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
1936
|
# File 'lib/carddb/collection.rb', line 1936
def description = data['description']
|
#id ⇒ Object
1934
|
# File 'lib/carddb/collection.rb', line 1934
def id = data['id']
|
#name ⇒ Object
1935
|
# File 'lib/carddb/collection.rb', line 1935
def name = data['name']
|
#revoked_at ⇒ Object
1937
|
# File 'lib/carddb/collection.rb', line 1937
def revoked_at = parse_time(data['revokedAt'])
|