Class: Inbox::ManagementModelCollection
- Inherits:
-
RestfulModelCollection
- Object
- RestfulModelCollection
- Inbox::ManagementModelCollection
- Defined in:
- lib/restful_model_collection.rb
Overview
a ManagementModelCollection is similar to a RestfulModelCollection except it’s used by models under the /a/<app_id> namespace (mostly account status and billing methods).
Instance Attribute Summary
Attributes inherited from RestfulModelCollection
Instance Method Summary collapse
Methods inherited from RestfulModelCollection
#all, #build, #count, #delete, #each, #find, #first, #inflate_collection, #initialize, #range, #where
Constructor Details
This class inherits a constructor from Inbox::RestfulModelCollection
Instance Method Details
#url ⇒ Object
158 159 160 |
# File 'lib/restful_model_collection.rb', line 158 def url @_api.url_for_management end |