Class: ActiveNetsuite::BinTransfer

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

Overview

urn:inventory_2013_2urn:inventory_2013_2.transactionsurn:inventory_2013_2.transactions.webservicesurn:inventory_2013_2.transactions.webservices.netsuiteurn:inventory_2013_2.transactions.webservices.netsuite.comBinTransfer

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
tranDate - SOAP::SOAPDateTime
memo - SOAP::SOAPString
location - ActiveNetsuite::RecordRef
inventoryList - ActiveNetsuite::BinTransferInventoryList
subsidiary - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
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, tranDate = nil, memo = nil, location = nil, inventoryList = nil, subsidiary = nil, tranId = nil) ⇒ BinTransfer

Returns a new instance of BinTransfer.



19287
19288
19289
19290
19291
19292
19293
19294
19295
19296
19297
19298
# File 'lib/activenetsuite/soap/default.rb', line 19287

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, tranDate = nil, memo = nil, location = nil, inventoryList = nil, subsidiary = nil, tranId = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @tranDate = tranDate
  @memo = memo
  @location = location
  @inventoryList = inventoryList
  @subsidiary = subsidiary
  @tranId = tranId
  @__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.



19258
19259
19260
# File 'lib/activenetsuite/soap/default.rb', line 19258

def createdDate
  @createdDate
end

#inventoryListObject

Returns the value of attribute inventoryList.



19263
19264
19265
# File 'lib/activenetsuite/soap/default.rb', line 19263

def inventoryList
  @inventoryList
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



19259
19260
19261
# File 'lib/activenetsuite/soap/default.rb', line 19259

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



19262
19263
19264
# File 'lib/activenetsuite/soap/default.rb', line 19262

def location
  @location
end

#memoObject

Returns the value of attribute memo.



19261
19262
19263
# File 'lib/activenetsuite/soap/default.rb', line 19261

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



19257
19258
19259
# File 'lib/activenetsuite/soap/default.rb', line 19257

def nullFieldList
  @nullFieldList
end

#subsidiaryObject

Returns the value of attribute subsidiary.



19264
19265
19266
# File 'lib/activenetsuite/soap/default.rb', line 19264

def subsidiary
  @subsidiary
end

#tranDateObject

Returns the value of attribute tranDate.



19260
19261
19262
# File 'lib/activenetsuite/soap/default.rb', line 19260

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



19265
19266
19267
# File 'lib/activenetsuite/soap/default.rb', line 19265

def tranId
  @tranId
end

Instance Method Details

#__xmlattrObject



19267
19268
19269
# File 'lib/activenetsuite/soap/default.rb', line 19267

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



19279
19280
19281
# File 'lib/activenetsuite/soap/default.rb', line 19279

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



19283
19284
19285
# File 'lib/activenetsuite/soap/default.rb', line 19283

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

#xmlattr_internalIdObject



19271
19272
19273
# File 'lib/activenetsuite/soap/default.rb', line 19271

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



19275
19276
19277
# File 'lib/activenetsuite/soap/default.rb', line 19275

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