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