class ActiveNetsuite::Location
{urn:accounting_2013_2.lists.webservices.netsuite.com}Location
nullFieldList - ActiveNetsuite::NullField name - SOAP::SOAPString parent - ActiveNetsuite::RecordRef includeChildren - SOAP::SOAPBoolean subsidiaryList - ActiveNetsuite::RecordRefList isInactive - SOAP::SOAPBoolean tranPrefix - SOAP::SOAPString attention - SOAP::SOAPString addressee - SOAP::SOAPString addrPhone - SOAP::SOAPString addr1 - SOAP::SOAPString addr2 - SOAP::SOAPString addr3 - SOAP::SOAPString city - SOAP::SOAPString state - SOAP::SOAPString zip - SOAP::SOAPString country - ActiveNetsuite::Country addrText - SOAP::SOAPString override - SOAP::SOAPBoolean logo - ActiveNetsuite::RecordRef makeInventoryAvailable - SOAP::SOAPBoolean makeInventoryAvailableStore - SOAP::SOAPBoolean classTranslationList - ActiveNetsuite::ClassTranslationList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
addr1[RW]
addr2[RW]
addr3[RW]
addrPhone[RW]
addrText[RW]
addressee[RW]
attention[RW]
city[RW]
classTranslationList[RW]
country[RW]
customFieldList[RW]
includeChildren[RW]
isInactive[RW]
logo[RW]
makeInventoryAvailable[RW]
makeInventoryAvailableStore[RW]
name[RW]
nullFieldList[RW]
override[RW]
parent[RW]
state[RW]
subsidiaryList[RW]
tranPrefix[RW]
zip[RW]
Public Class Methods
new(nullFieldList = nil, name = nil, parent = nil, includeChildren = nil, subsidiaryList = nil, isInactive = nil, tranPrefix = nil, attention = nil, addressee = nil, addrPhone = nil, addr1 = nil, addr2 = nil, addr3 = nil, city = nil, state = nil, zip = nil, country = nil, addrText = nil, override = nil, logo = nil, makeInventoryAvailable = nil, makeInventoryAvailableStore = nil, classTranslationList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8153 def initialize(nullFieldList = nil, name = nil, parent = nil, includeChildren = nil, subsidiaryList = nil, isInactive = nil, tranPrefix = nil, attention = nil, addressee = nil, addrPhone = nil, addr1 = nil, addr2 = nil, addr3 = nil, city = nil, state = nil, zip = nil, country = nil, addrText = nil, override = nil, logo = nil, makeInventoryAvailable = nil, makeInventoryAvailableStore = nil, classTranslationList = nil, customFieldList = nil) @nullFieldList = nullFieldList @name = name @parent = parent @includeChildren = includeChildren @subsidiaryList = subsidiaryList @isInactive = isInactive @tranPrefix = tranPrefix @attention = attention @addressee = addressee @addrPhone = addrPhone @addr1 = addr1 @addr2 = addr2 @addr3 = addr3 @city = city @state = state @zip = zip @country = country @addrText = addrText @override = override @logo = logo @makeInventoryAvailable = makeInventoryAvailable @makeInventoryAvailableStore = makeInventoryAvailableStore @classTranslationList = classTranslationList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8133 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8145 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8149 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8137 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 8141 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end