Class: BlazingDocs::AccountModel
- Defined in:
- lib/blazingdocs/models/account_model.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_disabled ⇒ Object
Returns the value of attribute is_disabled.
-
#last_synced_at ⇒ Object
Returns the value of attribute last_synced_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#obsolete_api_key ⇒ Object
Returns the value of attribute obsolete_api_key.
-
#plan ⇒ Object
Returns the value of attribute plan.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from BlazingDocs::BaseModel
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
8 9 10 |
# File 'lib/blazingdocs/models/account_model.rb', line 8 def api_key @api_key end |
#created_at ⇒ Object
Returns the value of attribute created_at.
14 15 16 |
# File 'lib/blazingdocs/models/account_model.rb', line 14 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/blazingdocs/models/account_model.rb', line 7 def id @id end |
#is_disabled ⇒ Object
Returns the value of attribute is_disabled.
11 12 13 |
# File 'lib/blazingdocs/models/account_model.rb', line 11 def is_disabled @is_disabled end |
#last_synced_at ⇒ Object
Returns the value of attribute last_synced_at.
15 16 17 |
# File 'lib/blazingdocs/models/account_model.rb', line 15 def last_synced_at @last_synced_at end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/blazingdocs/models/account_model.rb', line 10 def name @name end |
#obsolete_api_key ⇒ Object
Returns the value of attribute obsolete_api_key.
9 10 11 |
# File 'lib/blazingdocs/models/account_model.rb', line 9 def obsolete_api_key @obsolete_api_key end |
#plan ⇒ Object
Returns the value of attribute plan.
13 14 15 |
# File 'lib/blazingdocs/models/account_model.rb', line 13 def plan @plan end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
16 17 18 |
# File 'lib/blazingdocs/models/account_model.rb', line 16 def updated_at @updated_at end |