Class: Specifier::Example::Result
- Inherits:
-
Struct
- Object
- Struct
- Specifier::Example::Result
- Defined in:
- lib/specifier/example.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/specifier/example.rb', line 3 def @message end |
#status ⇒ Object
Returns the value of attribute status
3 4 5 |
# File 'lib/specifier/example.rb', line 3 def status @status end |