Class: PrestoAPI::Card
Instance Attribute Summary collapse
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#number ⇒ Object
Returns the value of attribute number.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods inherited from Base
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
27 28 29 |
# File 'lib/presto_api.rb', line 27 def balance @balance end |
#number ⇒ Object
Returns the value of attribute number.
27 28 29 |
# File 'lib/presto_api.rb', line 27 def number @number end |
#status ⇒ Object
Returns the value of attribute status.
27 28 29 |
# File 'lib/presto_api.rb', line 27 def status @status end |