Sha256: 3e0ed2f24bee3042647287fdcffbbf6239d5cd3107f8490c7a77188202079527

Contents?: true

Size: 248 Bytes

Versions: 5

Compression:

Stored size: 248 Bytes

Contents

module XeroGateway
  class Currency < BaseRecord

    attributes({
      "Code" 	       => :string,     # 3 letter alpha code for the currency – see list of currency codes
      "Description"  => :string, 	   # Name of Currency
    })

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xero_gateway-2.7.0 lib/xero_gateway/currency.rb
xero_gateway-2.6.0 lib/xero_gateway/currency.rb
xero_gateway-2.5.0 lib/xero_gateway/currency.rb
xero_gateway-2.4.0 lib/xero_gateway/currency.rb
xero_gateway-2.3.0 lib/xero_gateway/currency.rb