Class: ActiveNetsuite::PromotionCodePartners

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

Overview

urn:marketing_2013_2urn:marketing_2013_2.listsurn:marketing_2013_2.lists.webservicesurn:marketing_2013_2.lists.webservices.netsuiteurn:marketing_2013_2.lists.webservices.netsuite.comPromotionCodePartners

partner - ActiveNetsuite::RecordRef
code - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(partner = nil, code = nil) ⇒ PromotionCodePartners

Returns a new instance of PromotionCodePartners.



62749
62750
62751
62752
# File 'lib/activenetsuite/soap/default.rb', line 62749

def initialize(partner = nil, code = nil)
  @partner = partner
  @code = code
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



62747
62748
62749
# File 'lib/activenetsuite/soap/default.rb', line 62747

def code
  @code
end

#partnerObject

Returns the value of attribute partner.



62746
62747
62748
# File 'lib/activenetsuite/soap/default.rb', line 62746

def partner
  @partner
end