Class: ActiveNetsuite::ItemReceipt

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

Overview

urn:purchases_2013_2urn:purchases_2013_2.transactionsurn:purchases_2013_2.transactions.webservicesurn:purchases_2013_2.transactions.webservices.netsuiteurn:purchases_2013_2.transactions.webservices.netsuite.comItemReceipt

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
exchangeRate - SOAP::SOAPDouble
entity - ActiveNetsuite::RecordRef
currencyName - SOAP::SOAPString
subsidiary - ActiveNetsuite::RecordRef
createdFrom - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
partner - ActiveNetsuite::RecordRef
postingPeriod - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
memo - SOAP::SOAPString
currency - ActiveNetsuite::RecordRef
landedCostMethod - ActiveNetsuite::LandedCostMethod
landedCostPerLine - SOAP::SOAPBoolean
itemList - ActiveNetsuite::ItemReceiptItemList
expenseList - ActiveNetsuite::ItemReceiptExpenseList
landedCostsList - ActiveNetsuite::PurchLandedCostList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, exchangeRate = nil, entity = nil, currencyName = nil, subsidiary = nil, createdFrom = nil, tranDate = nil, partner = nil, postingPeriod = nil, tranId = nil, memo = nil, currency = nil, landedCostMethod = nil, landedCostPerLine = nil, itemList = nil, expenseList = nil, landedCostsList = nil, customFieldList = nil) ⇒ ItemReceipt

Returns a new instance of ItemReceipt.



16062
16063
16064
16065
16066
16067
16068
16069
16070
16071
16072
16073
16074
16075
16076
16077
16078
16079
16080
16081
16082
16083
16084
16085
# File 'lib/activenetsuite/soap/default.rb', line 16062

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, exchangeRate = nil, entity = nil, currencyName = nil, subsidiary = nil, createdFrom = nil, tranDate = nil, partner = nil, postingPeriod = nil, tranId = nil, memo = nil, currency = nil, landedCostMethod = nil, landedCostPerLine = nil, itemList = nil, expenseList = nil, landedCostsList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @exchangeRate = exchangeRate
  @entity = entity
  @currencyName = currencyName
  @subsidiary = subsidiary
  @createdFrom = createdFrom
  @tranDate = tranDate
  @partner = partner
  @postingPeriod = postingPeriod
  @tranId = tranId
  @memo = memo
  @currency = currency
  @landedCostMethod = landedCostMethod
  @landedCostPerLine = landedCostPerLine
  @itemList = itemList
  @expenseList = expenseList
  @landedCostsList = landedCostsList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#createdDateObject

Returns the value of attribute createdDate.



16021
16022
16023
# File 'lib/activenetsuite/soap/default.rb', line 16021

def createdDate
  @createdDate
end

#createdFromObject

Returns the value of attribute createdFrom.



16028
16029
16030
# File 'lib/activenetsuite/soap/default.rb', line 16028

def createdFrom
  @createdFrom
end

#currencyObject

Returns the value of attribute currency.



16034
16035
16036
# File 'lib/activenetsuite/soap/default.rb', line 16034

def currency
  @currency
end

#currencyNameObject

Returns the value of attribute currencyName.



16026
16027
16028
# File 'lib/activenetsuite/soap/default.rb', line 16026

def currencyName
  @currencyName
end

#customFieldListObject

Returns the value of attribute customFieldList.



16040
16041
16042
# File 'lib/activenetsuite/soap/default.rb', line 16040

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



16023
16024
16025
# File 'lib/activenetsuite/soap/default.rb', line 16023

def customForm
  @customForm
end

#entityObject

Returns the value of attribute entity.



16025
16026
16027
# File 'lib/activenetsuite/soap/default.rb', line 16025

def entity
  @entity
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



16024
16025
16026
# File 'lib/activenetsuite/soap/default.rb', line 16024

def exchangeRate
  @exchangeRate
end

#expenseListObject

Returns the value of attribute expenseList.



16038
16039
16040
# File 'lib/activenetsuite/soap/default.rb', line 16038

def expenseList
  @expenseList
end

#itemListObject

Returns the value of attribute itemList.



16037
16038
16039
# File 'lib/activenetsuite/soap/default.rb', line 16037

def itemList
  @itemList
end

#landedCostMethodObject

Returns the value of attribute landedCostMethod.



16035
16036
16037
# File 'lib/activenetsuite/soap/default.rb', line 16035

def landedCostMethod
  @landedCostMethod
end

#landedCostPerLineObject

Returns the value of attribute landedCostPerLine.



16036
16037
16038
# File 'lib/activenetsuite/soap/default.rb', line 16036

def landedCostPerLine
  @landedCostPerLine
end

#landedCostsListObject

Returns the value of attribute landedCostsList.



16039
16040
16041
# File 'lib/activenetsuite/soap/default.rb', line 16039

def landedCostsList
  @landedCostsList
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



16022
16023
16024
# File 'lib/activenetsuite/soap/default.rb', line 16022

def lastModifiedDate
  @lastModifiedDate
end

#memoObject

Returns the value of attribute memo.



16033
16034
16035
# File 'lib/activenetsuite/soap/default.rb', line 16033

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



16020
16021
16022
# File 'lib/activenetsuite/soap/default.rb', line 16020

def nullFieldList
  @nullFieldList
end

#partnerObject

Returns the value of attribute partner.



16030
16031
16032
# File 'lib/activenetsuite/soap/default.rb', line 16030

def partner
  @partner
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



16031
16032
16033
# File 'lib/activenetsuite/soap/default.rb', line 16031

def postingPeriod
  @postingPeriod
end

#subsidiaryObject

Returns the value of attribute subsidiary.



16027
16028
16029
# File 'lib/activenetsuite/soap/default.rb', line 16027

def subsidiary
  @subsidiary
end

#tranDateObject

Returns the value of attribute tranDate.



16029
16030
16031
# File 'lib/activenetsuite/soap/default.rb', line 16029

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



16032
16033
16034
# File 'lib/activenetsuite/soap/default.rb', line 16032

def tranId
  @tranId
end

Instance Method Details

#__xmlattrObject



16042
16043
16044
# File 'lib/activenetsuite/soap/default.rb', line 16042

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



16054
16055
16056
# File 'lib/activenetsuite/soap/default.rb', line 16054

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



16058
16059
16060
# File 'lib/activenetsuite/soap/default.rb', line 16058

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



16046
16047
16048
# File 'lib/activenetsuite/soap/default.rb', line 16046

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



16050
16051
16052
# File 'lib/activenetsuite/soap/default.rb', line 16050

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end