Class: ActiveNetsuite::PriceLevelSearchRow

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

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comPriceLevelSearchRow

basic - ActiveNetsuite::PriceLevelSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, userJoin = nil) ⇒ PriceLevelSearchRow

Returns a new instance of PriceLevelSearchRow.



45164
45165
45166
45167
# File 'lib/activenetsuite/soap/default.rb', line 45164

def initialize(basic = nil, userJoin = nil)
  @basic = basic
  @userJoin = userJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45161
45162
45163
# File 'lib/activenetsuite/soap/default.rb', line 45161

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



45162
45163
45164
# File 'lib/activenetsuite/soap/default.rb', line 45162

def userJoin
  @userJoin
end