- Add missing Operation attributes
- Remove unnecessary attribute aliases
- Add "zone_name" attibute for backward compatibility
- Add "destroy" method for an Operation
- Add "all" method for Operations
- Fix a bug when building an empty response (ie on delete operations)
- Return nil on NotFound Operations (behave like other fog resources)
Check that server and disk destroy operation starts successfully
Implement get and delete requests
Handle 204 responses without body
Return excon response with same status as the api returned
Delete delete_operation api method that doesn't exist
Add mocks for operations and use them in disk and server