Exception: RIO::Exception::FailedCheck
- Defined in:
- lib/rio/exception/state.rb
Instance Attribute Summary collapse
-
#obj ⇒ Object
readonly
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(obj) ⇒ FailedCheck
constructor
A new instance of FailedCheck.
- #to_s ⇒ Object
Constructor Details
#initialize(obj) ⇒ FailedCheck
Returns a new instance of FailedCheck.
32 33 34 35 |
# File 'lib/rio/exception/state.rb', line 32 def initialize(obj) super @obj = obj end |
Instance Attribute Details
#obj ⇒ Object (readonly)
Returns the value of attribute obj.
31 32 33 |
# File 'lib/rio/exception/state.rb', line 31 def obj @obj end |
Instance Method Details
#to_s ⇒ Object
36 |
# File 'lib/rio/exception/state.rb', line 36 def to_s() @obj.to_s end |