Exception: Flydata::TableDefError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/flydata/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(err_hash) ⇒ TableDefError

Returns a new instance of TableDefError.



4
5
6
# File 'lib/flydata/errors.rb', line 4

def initialize(err_hash)
  @err_hash = err_hash
end

Instance Attribute Details

#err_hashObject (readonly)

Returns the value of attribute err_hash.



3
4
5
# File 'lib/flydata/errors.rb', line 3

def err_hash
  @err_hash
end