class Nylas::ManagementModelCollection

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).

Public Instance Methods

url() click to toggle source
# File lib/restful_model_collection.rb, line 158
def url
  @_api.url_for_management
end