Class: KazeClient::CollectionsRequest
- Inherits:
-
Utils::FinalRequest
- Object
- Request
- Utils::FinalRequest
- KazeClient::CollectionsRequest
- Includes:
- Utils::AuthentifiedRequest, Utils::ListRequest
- Defined in:
- lib/kaze_client/request/requests/collections/collections_request.rb
Overview
List the collections for the company of the current user.
Constant Summary
Constants inherited from Request
Instance Attribute Summary
Attributes included from Utils::ListRequest
#filters, #order_direction, #order_field, #page, #per_page
Attributes included from Utils::AuthentifiedRequest
Attributes inherited from Request
#body, #headers, #method, #query, #url
Instance Method Summary collapse
-
#initialize ⇒ CollectionsRequest
constructor
A new instance of CollectionsRequest.
Methods included from Utils::ListRequest
#add_order_direction, #add_order_field, #add_page, #add_per_page, #filter_by_id, #method_missing, #respond_to_missing?
Methods included from Utils::AuthentifiedRequest
Methods inherited from Request
Constructor Details
#initialize ⇒ CollectionsRequest
Returns a new instance of CollectionsRequest.
16 17 18 |
# File 'lib/kaze_client/request/requests/collections/collections_request.rb', line 16 def initialize super(:get, 'api/collections') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class KazeClient::Utils::ListRequest