Exception: DocdataError
- Inherits:
-
StandardError
- Object
- StandardError
- DocdataError
- Defined in:
- lib/docdata/docdata_error.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object) ⇒ DocdataError
constructor
A new instance of DocdataError.
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
#object ⇒ Object (readonly)
Returns the value of attribute object.
2 3 4 |
# File 'lib/docdata/docdata_error.rb', line 2 def object @object end |