Class: ActiveNetsuite::PayrollItemSearch

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

Overview

urn:employees_2013_2urn:employees_2013_2.listsurn:employees_2013_2.lists.webservicesurn:employees_2013_2.lists.webservices.netsuiteurn:employees_2013_2.lists.webservices.netsuite.comPayrollItemSearch

basic - ActiveNetsuite::PayrollItemSearchBasic
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, customSearchJoin = []) ⇒ PayrollItemSearch

Returns a new instance of PayrollItemSearch.



35476
35477
35478
35479
# File 'lib/activenetsuite/soap/default.rb', line 35476

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



35473
35474
35475
# File 'lib/activenetsuite/soap/default.rb', line 35473

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



35474
35475
35476
# File 'lib/activenetsuite/soap/default.rb', line 35474

def customSearchJoin
  @customSearchJoin
end