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