Exception: DocdataError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/docdata/docdata_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object) ⇒ DocdataError

Returns a new instance of DocdataError.



5
6
7
# File 'lib/docdata/docdata_error.rb', line 5

def initialize(object)
  @object = object
end

Instance Attribute Details

#objectObject (readonly)

Returns the value of attribute object.



2
3
4
# File 'lib/docdata/docdata_error.rb', line 2

def object
  @object
end