Class: ActiveNetsuite::PriceLevelSearch

Inherits:
SearchRecord 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.comPriceLevelSearch

basic - ActiveNetsuite::PriceLevelSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

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

Returns a new instance of PriceLevelSearch.



33958
33959
33960
33961
# File 'lib/activenetsuite/soap/default.rb', line 33958

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33955
33956
33957
# File 'lib/activenetsuite/soap/default.rb', line 33955

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



33956
33957
33958
# File 'lib/activenetsuite/soap/default.rb', line 33956

def userJoin
  @userJoin
end