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
2347
|
# File 'lib/carddb/collection.rb', line 2347
def deck_id = data['deckId']
|
#entry_count ⇒ Object
2350
|
# File 'lib/carddb/collection.rb', line 2350
def entry_count = data['entryCount']
|
2348
|
# File 'lib/carddb/collection.rb', line 2348
def format = data['format']
|
#text ⇒ Object
2349
|
# File 'lib/carddb/collection.rb', line 2349
def text = data['text']
|