Class: BlazingDocs::AccountModel

Inherits:
BaseModel show all
Defined in:
lib/blazingdocs/models/account_model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from BlazingDocs::BaseModel

Instance Attribute Details

#api_keyObject

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_atObject

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

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/blazingdocs/models/account_model.rb', line 7

def id
  @id
end

#is_disabledObject

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_atObject

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

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/blazingdocs/models/account_model.rb', line 10

def name
  @name
end

#obsolete_api_keyObject

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

#planObject

Returns the value of attribute plan.



13
14
15
# File 'lib/blazingdocs/models/account_model.rb', line 13

def plan
  @plan
end

#updated_atObject

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