Class: RailVerdict::Reuse::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/reuse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decisionObject

Returns the value of attribute decision

Returns:

  • (Object)

    the current value of decision



12
13
14
# File 'lib/rail_verdict/reuse.rb', line 12

def decision
  @decision
end

#handoff_validObject

Returns the value of attribute handoff_valid

Returns:

  • (Object)

    the current value of handoff_valid



12
13
14
# File 'lib/rail_verdict/reuse.rb', line 12

def handoff_valid
  @handoff_valid
end

#reasonsObject

Returns the value of attribute reasons

Returns:

  • (Object)

    the current value of reasons



12
13
14
# File 'lib/rail_verdict/reuse.rb', line 12

def reasons
  @reasons
end

#receipt_freshObject

Returns the value of attribute receipt_fresh

Returns:

  • (Object)

    the current value of receipt_fresh



12
13
14
# File 'lib/rail_verdict/reuse.rb', line 12

def receipt_fresh
  @receipt_fresh
end