Module: Veritable::VeritableObject

Included in:
Connection
Defined in:
lib/veritable/object.rb

Overview

Abstracts the structure of veritable-ruby objects

Users should not include this module.

Instance Method Summary collapse

Instance Method Details

#initialize(opts = nil, doc = nil) ⇒ Object

Initializes a new object from a hash of options and an API doc

Users should not invoke directly.



11
12
13
14
# File 'lib/veritable/object.rb', line 11

def initialize(opts=nil, doc=nil)
  @opts = opts
  @doc = doc
end