Class: PlanMyStuff::Verifier::Result
- Inherits:
-
Struct
- Object
- Struct
- PlanMyStuff::Verifier::Result
- Defined in:
- lib/plan_my_stuff/verifier.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#passed ⇒ Object
Returns the value of attribute passed.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
7 8 9 |
# File 'lib/plan_my_stuff/verifier.rb', line 7 def @message end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/plan_my_stuff/verifier.rb', line 7 def name @name end |
#passed ⇒ Object
Returns the value of attribute passed
7 8 9 |
# File 'lib/plan_my_stuff/verifier.rb', line 7 def passed @passed end |