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



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

def description = data['description']

#idObject



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

def id = data['id']

#nameObject



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

def name = data['name']

#revoked_atObject



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

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