Class: CardDB::DeckAccessApplication

Inherits:
Resource
  • Object
show all
Defined in:
lib/carddb/collection.rb

Instance Attribute Summary

Attributes inherited from Resource

#client, #data

Instance Method Summary collapse

Methods inherited from Resource

#[], #initialize, #key?, #to_h, #to_json

Constructor Details

This class inherits a constructor from CardDB::Resource

Instance Method Details

#descriptionObject



1936
# File 'lib/carddb/collection.rb', line 1936

def description = data['description']

#idObject



1934
# File 'lib/carddb/collection.rb', line 1934

def id = data['id']

#nameObject



1935
# File 'lib/carddb/collection.rb', line 1935

def name = data['name']

#revoked_atObject



1937
# File 'lib/carddb/collection.rb', line 1937

def revoked_at = parse_time(data['revokedAt'])