Class: CardDB::DeckExportPayload
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
#deck_id ⇒ Object
1546
|
# File 'lib/carddb/collection.rb', line 1546
def deck_id = data['deckId']
|
#entry_count ⇒ Object
1549
|
# File 'lib/carddb/collection.rb', line 1549
def entry_count = data['entryCount']
|
1547
|
# File 'lib/carddb/collection.rb', line 1547
def format = data['format']
|
#text ⇒ Object
1548
|
# File 'lib/carddb/collection.rb', line 1548
def text = data['text']
|