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