Class: RailVerdict::Reuse::Result
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Reuse::Result
- Defined in:
- lib/rail_verdict/reuse.rb
Instance Attribute Summary collapse
-
#decision ⇒ Object
Returns the value of attribute decision.
-
#handoff_valid ⇒ Object
Returns the value of attribute handoff_valid.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
-
#receipt_fresh ⇒ Object
Returns the value of attribute receipt_fresh.
Instance Attribute Details
#decision ⇒ Object
Returns the value of attribute decision
12 13 14 |
# File 'lib/rail_verdict/reuse.rb', line 12 def decision @decision end |
#handoff_valid ⇒ Object
Returns the value of attribute handoff_valid
12 13 14 |
# File 'lib/rail_verdict/reuse.rb', line 12 def handoff_valid @handoff_valid end |
#reasons ⇒ Object
Returns the value of attribute reasons
12 13 14 |
# File 'lib/rail_verdict/reuse.rb', line 12 def reasons @reasons end |
#receipt_fresh ⇒ Object
Returns the value of attribute receipt_fresh
12 13 14 |
# File 'lib/rail_verdict/reuse.rb', line 12 def receipt_fresh @receipt_fresh end |