Class: CardTransition::Result
- Inherits:
-
Data
- Object
- Data
- CardTransition::Result
- Defined in:
- app/services/card_transition.rb
Instance Attribute Summary collapse
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#success? ⇒ Object
readonly
Returns the value of attribute success?.
Instance Attribute Details
#card ⇒ Object (readonly)
Returns the value of attribute card
6 7 8 |
# File 'app/services/card_transition.rb', line 6 def card @card end |
#error ⇒ Object (readonly)
Returns the value of attribute error
6 7 8 |
# File 'app/services/card_transition.rb', line 6 def error @error end |
#success? ⇒ Object (readonly)
Returns the value of attribute success?
6 7 8 |
# File 'app/services/card_transition.rb', line 6
def success?
@success?
end
|