Class: SolidusFriendlyPromotions::EligibilityResult
- Inherits:
-
Struct
- Object
- Struct
- SolidusFriendlyPromotions::EligibilityResult
- Defined in:
- app/models/solidus_friendly_promotions/eligibility_result.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#item ⇒ Object
Returns the value of attribute item.
-
#message ⇒ Object
Returns the value of attribute message.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
4 5 6 |
# File 'app/models/solidus_friendly_promotions/eligibility_result.rb', line 4 def code @code end |
#condition ⇒ Object
Returns the value of attribute condition
4 5 6 |
# File 'app/models/solidus_friendly_promotions/eligibility_result.rb', line 4 def condition @condition end |
#item ⇒ Object
Returns the value of attribute item
4 5 6 |
# File 'app/models/solidus_friendly_promotions/eligibility_result.rb', line 4 def item @item end |
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'app/models/solidus_friendly_promotions/eligibility_result.rb', line 4 def @message end |
#success ⇒ Object
Returns the value of attribute success
4 5 6 |
# File 'app/models/solidus_friendly_promotions/eligibility_result.rb', line 4 def success @success end |