Exception: CloudParty::Errors::InputError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- CloudParty::Errors::InputError
- Defined in:
- lib/cloud_party/exception.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#obj ⇒ Object
readonly
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(message, obj, input) ⇒ InputError
constructor
A new instance of InputError.
Constructor Details
#initialize(message, obj, input) ⇒ InputError
Returns a new instance of InputError.
39 40 41 42 43 |
# File 'lib/cloud_party/exception.rb', line 39 def initialize(, obj, input) super() @obj = obj @input = input end |
Instance Attribute Details
#input ⇒ Object (readonly)
Returns the value of attribute input.
35 36 37 |
# File 'lib/cloud_party/exception.rb', line 35 def input @input end |
#obj ⇒ Object (readonly)
Returns the value of attribute obj.
35 36 37 |
# File 'lib/cloud_party/exception.rb', line 35 def obj @obj end |