Class: ActiveNetsuite::SiteCategorySearch

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

Overview

urn:website_2013_2urn:website_2013_2.listsurn:website_2013_2.lists.webservicesurn:website_2013_2.lists.webservices.netsuiteurn:website_2013_2.lists.webservices.netsuite.comSiteCategorySearch

basic - ActiveNetsuite::SiteCategorySearchBasic
shopperJoin - ActiveNetsuite::CustomerSearchBasic
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, shopperJoin = nil, userJoin = nil) ⇒ SiteCategorySearch

Returns a new instance of SiteCategorySearch.



35530
35531
35532
35533
35534
# File 'lib/activenetsuite/soap/default.rb', line 35530

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



35526
35527
35528
# File 'lib/activenetsuite/soap/default.rb', line 35526

def basic
  @basic
end

#shopperJoinObject

Returns the value of attribute shopperJoin.



35527
35528
35529
# File 'lib/activenetsuite/soap/default.rb', line 35527

def shopperJoin
  @shopperJoin
end

#userJoinObject

Returns the value of attribute userJoin.



35528
35529
35530
# File 'lib/activenetsuite/soap/default.rb', line 35528

def userJoin
  @userJoin
end