Class: OpenSRS::Balance

Inherits:
Struct
  • Object
show all
Defined in:
lib/opensrs/account.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



2
3
4
# File 'lib/opensrs/account.rb', line 2

def amount
  @amount
end

#holdObject

Returns the value of attribute hold

Returns:

  • (Object)

    the current value of hold



2
3
4
# File 'lib/opensrs/account.rb', line 2

def hold
  @hold
end