Class: ActiveNetsuite::BinWorksheet

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.comBinWorksheet

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
tranDate - SOAP::SOAPDateTime
memo - SOAP::SOAPString
location - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
itemList - ActiveNetsuite::BinWorksheetItemList
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, tranId = nil, itemList = nil) ⇒ BinWorksheet

Returns a new instance of BinWorksheet.



19345
19346
19347
19348
19349
19350
19351
19352
19353
19354
19355
# File 'lib/activenetsuite/soap/default.rb', line 19345

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



19317
19318
19319
# File 'lib/activenetsuite/soap/default.rb', line 19317

def createdDate
  @createdDate
end

#itemListObject

Returns the value of attribute itemList.



19323
19324
19325
# File 'lib/activenetsuite/soap/default.rb', line 19323

def itemList
  @itemList
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



19318
19319
19320
# File 'lib/activenetsuite/soap/default.rb', line 19318

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



19321
19322
19323
# File 'lib/activenetsuite/soap/default.rb', line 19321

def location
  @location
end

#memoObject

Returns the value of attribute memo.



19320
19321
19322
# File 'lib/activenetsuite/soap/default.rb', line 19320

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



19316
19317
19318
# File 'lib/activenetsuite/soap/default.rb', line 19316

def nullFieldList
  @nullFieldList
end

#tranDateObject

Returns the value of attribute tranDate.



19319
19320
19321
# File 'lib/activenetsuite/soap/default.rb', line 19319

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



19322
19323
19324
# File 'lib/activenetsuite/soap/default.rb', line 19322

def tranId
  @tranId
end

Instance Method Details

#__xmlattrObject



19325
19326
19327
# File 'lib/activenetsuite/soap/default.rb', line 19325

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



19337
19338
19339
# File 'lib/activenetsuite/soap/default.rb', line 19337

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



19341
19342
19343
# File 'lib/activenetsuite/soap/default.rb', line 19341

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

#xmlattr_internalIdObject



19329
19330
19331
# File 'lib/activenetsuite/soap/default.rb', line 19329

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



19333
19334
19335
# File 'lib/activenetsuite/soap/default.rb', line 19333

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