class ActiveNetsuite::AttachBasicReference

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

attachTo - ActiveNetsuite::BaseRef
attachedRecord - ActiveNetsuite::BaseRef

Attributes

attachTo[RW]
attachedRecord[RW]

Public Class Methods

new(attachTo = nil, attachedRecord = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 48471
def initialize(attachTo = nil, attachedRecord = nil)
  @attachTo = attachTo
  @attachedRecord = attachedRecord
end