Class: Misty::Openstack::API::Swift::V1
- Inherits:
-
Object
- Object
- Misty::Openstack::API::Swift::V1
- Includes:
- Misty::Openstack::API::SwiftV1, ServicePack
- Defined in:
- lib/misty/openstack/api/swift/v1.rb
Constant Summary
Constants included from HTTP::Request
Instance Attribute Summary
Attributes included from Service
Instance Method Summary collapse
- #bulk_delete(data) ⇒ Object
- #prefix_path_to_ignore ⇒ Object
-
#requests_custom ⇒ Object
Custom requests.
- #service_types ⇒ Object
Methods included from HTTP::Direct
#base_set, #delete, #get, #post, #put
Methods included from HTTP::Request
#decode?, #decode_to_json?, #http, #http_copy, #http_delete, #http_get, #http_head, #http_options, #http_patch, #http_post, #http_put, #http_to_s
Methods included from HTTP::MethodBuilder
Methods included from HTTP::NetHTTP
Methods included from Service
#initialize, #request_config, #requests
Methods included from Misty::Openstack::API::SwiftV1
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Misty::HTTP::MethodBuilder
Instance Method Details
#bulk_delete(data) ⇒ Object
25 26 27 28 29 |
# File 'lib/misty/openstack/api/swift/v1.rb', line 25 def bulk_delete(data) param = 'bulk-delete=1' @request_headers.add('Content-Type' => 'text/plain') (param, data) end |
#prefix_path_to_ignore ⇒ Object
12 13 14 |
# File 'lib/misty/openstack/api/swift/v1.rb', line 12 def prefix_path_to_ignore '/v1/{account}' end |
#requests_custom ⇒ Object
Custom requests
21 22 23 |
# File 'lib/misty/openstack/api/swift/v1.rb', line 21 def requests_custom [ :bulk_delete ] end |
#service_types ⇒ Object
16 17 18 |
# File 'lib/misty/openstack/api/swift/v1.rb', line 16 def service_types %w(object-store) end |