Class: Rubydex::Failure
- Inherits:
-
Object
- Object
- Rubydex::Failure
- Defined in:
- lib/rubydex/failures.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(message) ⇒ Failure
constructor
: (String) -> void.
Constructor Details
#initialize(message) ⇒ Failure
: (String) -> void
9 10 11 |
# File 'lib/rubydex/failures.rb', line 9 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
: String
6 7 8 |
# File 'lib/rubydex/failures.rb', line 6 def @message end |