Class: ActiveNetsuite::AttachBasicReference

Inherits:
AttachReference show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comAttachBasicReference

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attachTo = nil, attachedRecord = nil) ⇒ AttachBasicReference

Returns a new instance of AttachBasicReference.



48471
48472
48473
48474
# File 'lib/activenetsuite/soap/default.rb', line 48471

def initialize(attachTo = nil, attachedRecord = nil)
  @attachTo = attachTo
  @attachedRecord = attachedRecord
end

Instance Attribute Details

#attachedRecordObject

Returns the value of attribute attachedRecord.



48469
48470
48471
# File 'lib/activenetsuite/soap/default.rb', line 48469

def attachedRecord
  @attachedRecord
end

#attachToObject

Returns the value of attribute attachTo.



48468
48469
48470
# File 'lib/activenetsuite/soap/default.rb', line 48468

def attachTo
  @attachTo
end