class ActiveNetsuite::CostCategory
{urn:accounting_2013_2.lists.webservices.netsuite.com}CostCategory
nullFieldList - ActiveNetsuite::NullField name - SOAP::SOAPString account - ActiveNetsuite::RecordRef itemCostType - ActiveNetsuite::CostCategoryItemCostType isInactive - SOAP::SOAPBoolean xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
account[RW]
isInactive[RW]
itemCostType[RW]
name[RW]
nullFieldList[RW]
Public Class Methods
new(nullFieldList = nil, name = nil, account = nil, itemCostType = nil, isInactive = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13008 def initialize(nullFieldList = nil, name = nil, account = nil, itemCostType = nil, isInactive = nil) @nullFieldList = nullFieldList @name = name @account = account @itemCostType = itemCostType @isInactive = isInactive @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12988 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13000 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13004 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12992 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12996 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end