Class: AttributeChanger::Utils::Result
- Inherits:
-
Struct
- Object
- Struct
- AttributeChanger::Utils::Result
- Defined in:
- lib/attribute_changer/utils/result.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
2 3 4 |
# File 'lib/attribute_changer/utils/result.rb', line 2 def @message end |
#success ⇒ Object
Returns the value of attribute success
2 3 4 |
# File 'lib/attribute_changer/utils/result.rb', line 2 def success @success end |