Instantiate a new object
Parameters:
A single JSON hash with symbolized keys.
Returns:
The newly instantiated object.
12 13 14
# File 'lib/camdram/api.rb', line 12 def initialize(options = {}) super(options) end