Class: Paymos::Balance

Inherits:
Model
  • Object
show all
Defined in:
lib/paymos/models.rb,
sig/paymos.rbs

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#[], deep_freeze, fields, from, #initialize, #to_h

Constructor Details

This class inherits a constructor from Paymos::Model

Instance Attribute Details

#availableString (readonly)

Returns the value of attribute available.

Returns:

  • (String)


138
139
140
# File 'sig/paymos.rbs', line 138

def available
  @available
end

#currencyString (readonly)

Returns the value of attribute currency.

Returns:

  • (String)


137
138
139
# File 'sig/paymos.rbs', line 137

def currency
  @currency
end