Class: ActiveNetsuite::WorkOrderClose

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

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
item - ActiveNetsuite::RecordRef
quantity - SOAP::SOAPDouble
orderQuantity - SOAP::SOAPDouble
scrapQuantity - SOAP::SOAPDouble
createdFrom - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
subsidiary - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
revision - ActiveNetsuite::RecordRef
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, tranId = nil, item = nil, quantity = nil, orderQuantity = nil, scrapQuantity = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, customFieldList = nil) ⇒ WorkOrderClose

Returns a new instance of WorkOrderClose.



19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
19665
19666
19667
19668
19669
19670
# File 'lib/activenetsuite/soap/default.rb', line 19649

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, item = nil, quantity = nil, orderQuantity = nil, scrapQuantity = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @tranId = tranId
  @item = item
  @quantity = quantity
  @orderQuantity = orderQuantity
  @scrapQuantity = scrapQuantity
  @createdFrom = createdFrom
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @memo = memo
  @subsidiary = subsidiary
  @department = department
  @v_class = v_class
  @location = location
  @revision = revision
  @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.



19603
19604
19605
# File 'lib/activenetsuite/soap/default.rb', line 19603

def createdDate
  @createdDate
end

#createdFromObject

Returns the value of attribute createdFrom.



19611
19612
19613
# File 'lib/activenetsuite/soap/default.rb', line 19611

def createdFrom
  @createdFrom
end

#customFieldListObject

Returns the value of attribute customFieldList.



19619
19620
19621
# File 'lib/activenetsuite/soap/default.rb', line 19619

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



19605
19606
19607
# File 'lib/activenetsuite/soap/default.rb', line 19605

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



19616
19617
19618
# File 'lib/activenetsuite/soap/default.rb', line 19616

def department
  @department
end

#itemObject

Returns the value of attribute item.



19607
19608
19609
# File 'lib/activenetsuite/soap/default.rb', line 19607

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



19604
19605
19606
# File 'lib/activenetsuite/soap/default.rb', line 19604

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



19617
19618
19619
# File 'lib/activenetsuite/soap/default.rb', line 19617

def location
  @location
end

#memoObject

Returns the value of attribute memo.



19614
19615
19616
# File 'lib/activenetsuite/soap/default.rb', line 19614

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



19602
19603
19604
# File 'lib/activenetsuite/soap/default.rb', line 19602

def nullFieldList
  @nullFieldList
end

#orderQuantityObject

Returns the value of attribute orderQuantity.



19609
19610
19611
# File 'lib/activenetsuite/soap/default.rb', line 19609

def orderQuantity
  @orderQuantity
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



19613
19614
19615
# File 'lib/activenetsuite/soap/default.rb', line 19613

def postingPeriod
  @postingPeriod
end

#quantityObject

Returns the value of attribute quantity.



19608
19609
19610
# File 'lib/activenetsuite/soap/default.rb', line 19608

def quantity
  @quantity
end

#revisionObject

Returns the value of attribute revision.



19618
19619
19620
# File 'lib/activenetsuite/soap/default.rb', line 19618

def revision
  @revision
end

#scrapQuantityObject

Returns the value of attribute scrapQuantity.



19610
19611
19612
# File 'lib/activenetsuite/soap/default.rb', line 19610

def scrapQuantity
  @scrapQuantity
end

#subsidiaryObject

Returns the value of attribute subsidiary.



19615
19616
19617
# File 'lib/activenetsuite/soap/default.rb', line 19615

def subsidiary
  @subsidiary
end

#tranDateObject

Returns the value of attribute tranDate.



19612
19613
19614
# File 'lib/activenetsuite/soap/default.rb', line 19612

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



19606
19607
19608
# File 'lib/activenetsuite/soap/default.rb', line 19606

def tranId
  @tranId
end

Instance Method Details

#__xmlattrObject



19629
19630
19631
# File 'lib/activenetsuite/soap/default.rb', line 19629

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



19621
19622
19623
# File 'lib/activenetsuite/soap/default.rb', line 19621

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



19625
19626
19627
# File 'lib/activenetsuite/soap/default.rb', line 19625

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



19641
19642
19643
# File 'lib/activenetsuite/soap/default.rb', line 19641

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



19645
19646
19647
# File 'lib/activenetsuite/soap/default.rb', line 19645

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

#xmlattr_internalIdObject



19633
19634
19635
# File 'lib/activenetsuite/soap/default.rb', line 19633

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



19637
19638
19639
# File 'lib/activenetsuite/soap/default.rb', line 19637

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