Class: ActiveNetsuite::ManufacturingCostTemplate

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

Overview

urn:supplychain_2013_2urn:supplychain_2013_2.listsurn:supplychain_2013_2.lists.webservicesurn:supplychain_2013_2.lists.webservices.netsuiteurn:supplychain_2013_2.lists.webservices.netsuite.comManufacturingCostTemplate

nullFieldList - ActiveNetsuite::NullField
customForm - ActiveNetsuite::RecordRef
subsidiary - ActiveNetsuite::RecordRef
name - SOAP::SOAPString
memo - SOAP::SOAPString
isInactive - SOAP::SOAPBoolean
costDetailList - ActiveNetsuite::ManufacturingCostDetailList
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, customForm = nil, subsidiary = nil, name = nil, memo = nil, isInactive = nil, costDetailList = nil, customFieldList = nil) ⇒ ManufacturingCostTemplate

Returns a new instance of ManufacturingCostTemplate.



23750
23751
23752
23753
23754
23755
23756
23757
23758
23759
23760
# File 'lib/activenetsuite/soap/default.rb', line 23750

def initialize(nullFieldList = nil, customForm = nil, subsidiary = nil, name = nil, memo = nil, isInactive = nil, costDetailList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @customForm = customForm
  @subsidiary = subsidiary
  @name = name
  @memo = memo
  @isInactive = isInactive
  @costDetailList = costDetailList
  @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

#costDetailListObject

Returns the value of attribute costDetailList.



23727
23728
23729
# File 'lib/activenetsuite/soap/default.rb', line 23727

def costDetailList
  @costDetailList
end

#customFieldListObject

Returns the value of attribute customFieldList.



23728
23729
23730
# File 'lib/activenetsuite/soap/default.rb', line 23728

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



23722
23723
23724
# File 'lib/activenetsuite/soap/default.rb', line 23722

def customForm
  @customForm
end

#isInactiveObject

Returns the value of attribute isInactive.



23726
23727
23728
# File 'lib/activenetsuite/soap/default.rb', line 23726

def isInactive
  @isInactive
end

#memoObject

Returns the value of attribute memo.



23725
23726
23727
# File 'lib/activenetsuite/soap/default.rb', line 23725

def memo
  @memo
end

#nameObject

Returns the value of attribute name.



23724
23725
23726
# File 'lib/activenetsuite/soap/default.rb', line 23724

def name
  @name
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



23721
23722
23723
# File 'lib/activenetsuite/soap/default.rb', line 23721

def nullFieldList
  @nullFieldList
end

#subsidiaryObject

Returns the value of attribute subsidiary.



23723
23724
23725
# File 'lib/activenetsuite/soap/default.rb', line 23723

def subsidiary
  @subsidiary
end

Instance Method Details

#__xmlattrObject



23730
23731
23732
# File 'lib/activenetsuite/soap/default.rb', line 23730

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



23742
23743
23744
# File 'lib/activenetsuite/soap/default.rb', line 23742

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



23746
23747
23748
# File 'lib/activenetsuite/soap/default.rb', line 23746

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

#xmlattr_internalIdObject



23734
23735
23736
# File 'lib/activenetsuite/soap/default.rb', line 23734

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



23738
23739
23740
# File 'lib/activenetsuite/soap/default.rb', line 23738

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