Class: OpenSRS::Balance
- Inherits:
-
Struct
- Object
- Struct
- OpenSRS::Balance
- Defined in:
- lib/opensrs/account.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#hold ⇒ Object
Returns the value of attribute hold.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
2 3 4 |
# File 'lib/opensrs/account.rb', line 2 def amount @amount end |
#hold ⇒ Object
Returns the value of attribute hold
2 3 4 |
# File 'lib/opensrs/account.rb', line 2 def hold @hold end |