Class: ActiveNetsuite::EntityGroupSearch

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

Overview

urn:relationships_2013_2urn:relationships_2013_2.listsurn:relationships_2013_2.lists.webservicesurn:relationships_2013_2.lists.webservices.netsuiteurn:relationships_2013_2.lists.webservices.netsuite.comEntityGroupSearch

basic - ActiveNetsuite::EntityGroupSearchBasic
groupMemberJoin - ActiveNetsuite::EntitySearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin

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, groupMemberJoin = nil, userJoin = nil, customSearchJoin = []) ⇒ EntityGroupSearch

Returns a new instance of EntityGroupSearch.



32478
32479
32480
32481
32482
32483
# File 'lib/activenetsuite/soap/default.rb', line 32478

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



32473
32474
32475
# File 'lib/activenetsuite/soap/default.rb', line 32473

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



32476
32477
32478
# File 'lib/activenetsuite/soap/default.rb', line 32476

def customSearchJoin
  @customSearchJoin
end

#groupMemberJoinObject

Returns the value of attribute groupMemberJoin.



32474
32475
32476
# File 'lib/activenetsuite/soap/default.rb', line 32474

def groupMemberJoin
  @groupMemberJoin
end

#userJoinObject

Returns the value of attribute userJoin.



32475
32476
32477
# File 'lib/activenetsuite/soap/default.rb', line 32475

def userJoin
  @userJoin
end