Class: ActiveNetsuite::PromotionCodeSearchRow

Inherits:
SearchRow
  • 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.comPromotionCodeSearchRow

basic - ActiveNetsuite::PromotionCodeSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, userJoin = nil, customSearchJoin = []) ⇒ PromotionCodeSearchRow

Returns a new instance of PromotionCodeSearchRow.



45875
45876
45877
45878
45879
# File 'lib/activenetsuite/soap/default.rb', line 45875

def initialize(basic = nil, userJoin = nil, customSearchJoin = [])
  @basic = basic
  @userJoin = userJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45871
45872
45873
# File 'lib/activenetsuite/soap/default.rb', line 45871

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45873
45874
45875
# File 'lib/activenetsuite/soap/default.rb', line 45873

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45872
45873
45874
# File 'lib/activenetsuite/soap/default.rb', line 45872

def userJoin
  @userJoin
end