Exception: InputError
- Inherits:
-
StandardError
- Object
- StandardError
- InputError
- Defined in:
- lib/ntc.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object) ⇒ InputError
constructor
A new instance of InputError.
Constructor Details
#initialize(object) ⇒ InputError
Returns a new instance of InputError.
103 104 105 |
# File 'lib/ntc.rb', line 103 def initialize(object) @object = object end |
Instance Attribute Details
#object ⇒ Object
Returns the value of attribute object.
101 102 103 |
# File 'lib/ntc.rb', line 101 def object @object end |