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