Class: ActiveNetsuite::CurrencyRate_

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comCurrencyRate

baseCurrency - ActiveNetsuite::RecordRef
fromCurrency - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
effectiveDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(baseCurrency = nil, fromCurrency = nil, exchangeRate = nil, effectiveDate = nil) ⇒ CurrencyRate_

Returns a new instance of CurrencyRate_.



48098
48099
48100
48101
48102
48103
# File 'lib/activenetsuite/soap/default.rb', line 48098

def initialize(baseCurrency = nil, fromCurrency = nil, exchangeRate = nil, effectiveDate = nil)
  @baseCurrency = baseCurrency
  @fromCurrency = fromCurrency
  @exchangeRate = exchangeRate
  @effectiveDate = effectiveDate
end

Instance Attribute Details

#baseCurrencyObject

Returns the value of attribute baseCurrency.



48093
48094
48095
# File 'lib/activenetsuite/soap/default.rb', line 48093

def baseCurrency
  @baseCurrency
end

#effectiveDateObject

Returns the value of attribute effectiveDate.



48096
48097
48098
# File 'lib/activenetsuite/soap/default.rb', line 48096

def effectiveDate
  @effectiveDate
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



48095
48096
48097
# File 'lib/activenetsuite/soap/default.rb', line 48095

def exchangeRate
  @exchangeRate
end

#fromCurrencyObject

Returns the value of attribute fromCurrency.



48094
48095
48096
# File 'lib/activenetsuite/soap/default.rb', line 48094

def fromCurrency
  @fromCurrency
end