Class: ActiveNetsuite::CurrencyRateSearchBasic
- Inherits:
-
SearchRecordBasic
- Object
- SearchRecord
- SearchRecordBasic
- ActiveNetsuite::CurrencyRateSearchBasic
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comCurrencyRateSearchBasic
baseCurrency - ActiveNetsuite::SearchMultiSelectField
effectiveDate - ActiveNetsuite::SearchDateField
exchangeRate - ActiveNetsuite::SearchDoubleField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
transactionCurrency - ActiveNetsuite::SearchMultiSelectField
Instance Attribute Summary collapse
-
#baseCurrency ⇒ Object
Returns the value of attribute baseCurrency.
-
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
-
#exchangeRate ⇒ Object
Returns the value of attribute exchangeRate.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
-
#transactionCurrency ⇒ Object
Returns the value of attribute transactionCurrency.
Instance Method Summary collapse
-
#initialize(baseCurrency = nil, effectiveDate = nil, exchangeRate = nil, internalId = nil, internalIdNumber = nil, transactionCurrency = nil) ⇒ CurrencyRateSearchBasic
constructor
A new instance of CurrencyRateSearchBasic.
Methods inherited from SearchRecord
#active, #each, #find_by, #inactive, #response, #to_a, #where
Constructor Details
#initialize(baseCurrency = nil, effectiveDate = nil, exchangeRate = nil, internalId = nil, internalIdNumber = nil, transactionCurrency = nil) ⇒ CurrencyRateSearchBasic
Returns a new instance of CurrencyRateSearchBasic.
30879 30880 30881 30882 30883 30884 30885 30886 |
# File 'lib/activenetsuite/soap/default.rb', line 30879 def initialize(baseCurrency = nil, effectiveDate = nil, exchangeRate = nil, internalId = nil, internalIdNumber = nil, transactionCurrency = nil) @baseCurrency = baseCurrency @effectiveDate = effectiveDate @exchangeRate = exchangeRate @internalId = internalId @internalIdNumber = internalIdNumber @transactionCurrency = transactionCurrency end |
Instance Attribute Details
#baseCurrency ⇒ Object
Returns the value of attribute baseCurrency.
30872 30873 30874 |
# File 'lib/activenetsuite/soap/default.rb', line 30872 def baseCurrency @baseCurrency end |
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
30873 30874 30875 |
# File 'lib/activenetsuite/soap/default.rb', line 30873 def effectiveDate @effectiveDate end |
#exchangeRate ⇒ Object
Returns the value of attribute exchangeRate.
30874 30875 30876 |
# File 'lib/activenetsuite/soap/default.rb', line 30874 def exchangeRate @exchangeRate end |
#internalId ⇒ Object
Returns the value of attribute internalId.
30875 30876 30877 |
# File 'lib/activenetsuite/soap/default.rb', line 30875 def internalId @internalId end |
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
30876 30877 30878 |
# File 'lib/activenetsuite/soap/default.rb', line 30876 def internalIdNumber @internalIdNumber end |
#transactionCurrency ⇒ Object
Returns the value of attribute transactionCurrency.
30877 30878 30879 |
# File 'lib/activenetsuite/soap/default.rb', line 30877 def transactionCurrency @transactionCurrency end |