class ActiveNetsuite::Nexus
{urn:accounting_2013_2.lists.webservices.netsuite.com}Nexus
nullFieldList - ActiveNetsuite::NullField country - ActiveNetsuite::Country state - ActiveNetsuite::RecordRef taxAgency - ActiveNetsuite::RecordRef taxAgencyPst - ActiveNetsuite::RecordRef taxCode - ActiveNetsuite::RecordRef description - SOAP::SOAPString xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
country[RW]
description[RW]
nullFieldList[RW]
state[RW]
taxAgency[RW]
taxAgencyPst[RW]
taxCode[RW]
Public Class Methods
new(nullFieldList = nil, country = nil, state = nil, taxAgency = nil, taxAgencyPst = nil, taxCode = nil, description = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13060 def initialize(nullFieldList = nil, country = nil, state = nil, taxAgency = nil, taxAgencyPst = nil, taxCode = nil, description = nil) @nullFieldList = nullFieldList @country = country @state = state @taxAgency = taxAgency @taxAgencyPst = taxAgencyPst @taxCode = taxCode @description = description @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13040 def __xmlattr @__xmlattr ||= {} end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13052 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13056 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13044 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 13048 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end