class ActiveNetsuite::AttachReference

{urn:core_2013_2.platform.webservices.netsuite.com}AttachReference abstract

attachTo - ActiveNetsuite::BaseRef

Attributes

attachTo[RW]

Public Class Methods

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