class ActiveNetsuite::State

{urn:accounting_2013_2.lists.webservices.netsuite.com}State

nullFieldList - ActiveNetsuite::NullField
country - ActiveNetsuite::Country
fullName - SOAP::SOAPString
shortname - SOAP::SOAPString
xmlattr_internalId - SOAP::SOAPString

Constants

AttrInternalId

Attributes

country[RW]
fullName[RW]
nullFieldList[RW]
shortname[RW]

Public Class Methods

new(nullFieldList = nil, country = nil, fullName = nil, shortname = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12618
def initialize(nullFieldList = nil, country = nil, fullName = nil, shortname = nil)
  @nullFieldList = nullFieldList
  @country = country
  @fullName = fullName
  @shortname = shortname
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12606
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12610
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 12614
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end