class ActiveNetsuite::CurrencyRate

{urn:accounting_2013_2.lists.webservices.netsuite.com}CurrencyRate

nullFieldList - ActiveNetsuite::NullField
baseCurrency - ActiveNetsuite::RecordRef
transactionCurrency - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
effectiveDate - SOAP::SOAPDateTime
xmlattr_internalId - SOAP::SOAPString

Constants

AttrInternalId

Attributes

baseCurrency[RW]
effectiveDate[RW]
exchangeRate[RW]
nullFieldList[RW]
transactionCurrency[RW]

Public Class Methods

new(nullFieldList = nil, baseCurrency = nil, transactionCurrency = nil, exchangeRate = nil, effectiveDate = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13311
def initialize(nullFieldList = nil, baseCurrency = nil, transactionCurrency = nil, exchangeRate = nil, effectiveDate = nil)
  @nullFieldList = nullFieldList
  @baseCurrency = baseCurrency
  @transactionCurrency = transactionCurrency
  @exchangeRate = exchangeRate
  @effectiveDate = effectiveDate
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13299
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13303
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13307
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end