Exception: LeapCli::Config::Macros::AssertionFailed
- Inherits:
-
Exception
- Object
- Exception
- LeapCli::Config::Macros::AssertionFailed
- Defined in:
- lib/leap_cli/config/macros.rb
Overview
UTILITY
Instance Attribute Summary collapse
-
#assertion ⇒ Object
Returns the value of attribute assertion.
Instance Method Summary collapse
-
#initialize(assertion) ⇒ AssertionFailed
constructor
A new instance of AssertionFailed.
- #to_s ⇒ Object
Constructor Details
#initialize(assertion) ⇒ AssertionFailed
Returns a new instance of AssertionFailed.
389 390 391 |
# File 'lib/leap_cli/config/macros.rb', line 389 def initialize(assertion) @assertion = assertion end |
Instance Attribute Details
#assertion ⇒ Object
Returns the value of attribute assertion.
388 389 390 |
# File 'lib/leap_cli/config/macros.rb', line 388 def assertion @assertion end |
Instance Method Details
#to_s ⇒ Object
392 393 394 |
# File 'lib/leap_cli/config/macros.rb', line 392 def to_s @assertion end |