Class: PrestoAPI::Transaction
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#date ⇒ Object
Returns the value of attribute date.
-
#location ⇒ Object
Returns the value of attribute location.
-
#loyalty_discount ⇒ Object
Returns the value of attribute loyalty_discount.
-
#loyalty_month ⇒ Object
Returns the value of attribute loyalty_month.
-
#loyalty_step ⇒ Object
Returns the value of attribute loyalty_step.
-
#loyalty_trip ⇒ Object
Returns the value of attribute loyalty_trip.
-
#service_provider ⇒ Object
Returns the value of attribute service_provider.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def amount @amount end |
#balance ⇒ Object
Returns the value of attribute balance.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def balance @balance end |
#date ⇒ Object
Returns the value of attribute date.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def date @date end |
#location ⇒ Object
Returns the value of attribute location.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def location @location end |
#loyalty_discount ⇒ Object
Returns the value of attribute loyalty_discount.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def loyalty_discount @loyalty_discount end |
#loyalty_month ⇒ Object
Returns the value of attribute loyalty_month.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def loyalty_month @loyalty_month end |
#loyalty_step ⇒ Object
Returns the value of attribute loyalty_step.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def loyalty_step @loyalty_step end |
#loyalty_trip ⇒ Object
Returns the value of attribute loyalty_trip.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def loyalty_trip @loyalty_trip end |
#service_provider ⇒ Object
Returns the value of attribute service_provider.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def service_provider @service_provider end |
#type ⇒ Object
Returns the value of attribute type.
44 45 46 |
# File 'lib/presto_api.rb', line 44 def type @type end |