class ActiveNetsuite::CustomRecordTypeLinks

{urn:customization_2013_2.setup.webservices.netsuite.com}CustomRecordTypeLinks

linkCenter - ActiveNetsuite::RecordRef
linkSection - ActiveNetsuite::RecordRef
linkLabel - SOAP::SOAPString

Attributes

linkCenter[RW]
linkLabel[RW]

Public Class Methods

new(linkCenter = nil, linkSection = nil, linkLabel = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60399
def initialize(linkCenter = nil, linkSection = nil, linkLabel = nil)
  @linkCenter = linkCenter
  @linkSection = linkSection
  @linkLabel = linkLabel
end