Class: CardDB::DeckAccessApplication
Instance Attribute Summary
Attributes inherited from Resource
#client, #data
Instance Method Summary
collapse
Methods inherited from Resource
#[], #initialize, #key?, #to_h, #to_json
Instance Method Details
#description ⇒ Object
1986
|
# File 'lib/carddb/collection.rb', line 1986
def description = data['description']
|
#id ⇒ Object
1984
|
# File 'lib/carddb/collection.rb', line 1984
def id = data['id']
|
#name ⇒ Object
1985
|
# File 'lib/carddb/collection.rb', line 1985
def name = data['name']
|
#revoked_at ⇒ Object
1987
|
# File 'lib/carddb/collection.rb', line 1987
def revoked_at = parse_time(data['revokedAt'])
|