Exception: Freud::RunnerExit
- Inherits:
-
StandardError
- Object
- StandardError
- Freud::RunnerExit
- Defined in:
- lib/freud/logging.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(message, value = 1) ⇒ RunnerExit
constructor
A new instance of RunnerExit.
Constructor Details
#initialize(message, value = 1) ⇒ RunnerExit
Returns a new instance of RunnerExit.
7 8 9 |
# File 'lib/freud/logging.rb', line 7 def initialize(, value = 1) , @value = , value end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
5 6 7 |
# File 'lib/freud/logging.rb', line 5 def end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
5 6 7 |
# File 'lib/freud/logging.rb', line 5 def value @value end |