class ActiveNetsuite::ListOrRecordRef

{urn:core_2013_2.platform.webservices.netsuite.com}ListOrRecordRef

name - SOAP::SOAPString
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString
xmlattr_typeId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId
AttrTypeId

Attributes

name[RW]

Public Class Methods

new(name = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46554
def initialize(name = nil)
  @name = name
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46526
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46538
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46542
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46530
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46534
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end
xmlattr_typeId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46546
def xmlattr_typeId
  __xmlattr[AttrTypeId]
end
xmlattr_typeId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46550
def xmlattr_typeId=(value)
  __xmlattr[AttrTypeId] = value
end