Class: Nylas::ManagementModelCollection

Inherits:
RestfulModelCollection show all
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

#filters

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 Nylas::RestfulModelCollection

Instance Method Details

#urlObject



158
159
160
# File 'lib/restful_model_collection.rb', line 158

def url
  @_api.url_for_management
end