Class: ActiveNetsuite::PayrollItemSearchRow

Inherits:
SearchRow
  • Object
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.comPayrollItemSearchRow

basic - ActiveNetsuite::PayrollItemSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, customSearchJoin = []) ⇒ PayrollItemSearchRow

Returns a new instance of PayrollItemSearchRow.



45746
45747
45748
45749
# File 'lib/activenetsuite/soap/default.rb', line 45746

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45743
45744
45745
# File 'lib/activenetsuite/soap/default.rb', line 45743

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45744
45745
45746
# File 'lib/activenetsuite/soap/default.rb', line 45744

def customSearchJoin
  @customSearchJoin
end