Class: Nylas::APIAccount

Inherits:
RestfulModel show all
Defined in:
lib/api_account.rb

Instance Attribute Summary

Attributes inherited from RestfulModel

#raw_json

Class Method Summary collapse

Methods inherited from RestfulModel

#==, #as_json, #destroy, #inflate, #initialize, #save!, #update, #url

Methods included from TimeAttrAccessor

#time_attr_accessor

Methods included from Parameters

included, #parameters

Constructor Details

This class inherits a constructor from Nylas::RestfulModel

Class Method Details

.collection_nameObject



18
19
20
# File 'lib/api_account.rb', line 18

def self.collection_name
  "accounts"
end