class ActiveNetsuite::CustomRecordRef

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

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 46293
def initialize(name = nil)
  @name = name
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46265
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46277
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46281
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46269
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46273
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end
xmlattr_typeId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46285
def xmlattr_typeId
  __xmlattr[AttrTypeId]
end
xmlattr_typeId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46289
def xmlattr_typeId=(value)
  __xmlattr[AttrTypeId] = value
end