class ActiveNetsuite::CustomizationRef

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

name - SOAP::SOAPString
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString
xmlattr_type - SOAP::SOAPString
xmlattr_scriptId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId
AttrScriptId
AttrType

Attributes

name[RW]

Public Class Methods

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

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46211
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46223
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46227
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46215
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46219
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end
xmlattr_scriptId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46239
def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end
xmlattr_scriptId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46243
def xmlattr_scriptId=(value)
  __xmlattr[AttrScriptId] = value
end
xmlattr_type() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46231
def xmlattr_type
  __xmlattr[AttrType]
end
xmlattr_type=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 46235
def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end