Class: ActiveNetsuite::ChargeSearch

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

Overview

urn:customers_2013_2urn:customers_2013_2.transactionsurn:customers_2013_2.transactions.webservicesurn:customers_2013_2.transactions.webservices.netsuiteurn:customers_2013_2.transactions.webservices.netsuite.comChargeSearch

basic - ActiveNetsuite::ChargeSearchBasic
jobJoin - ActiveNetsuite::JobSearchBasic
timeJoin - ActiveNetsuite::TimeBillSearchBasic
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, jobJoin = nil, timeJoin = nil, userJoin = nil, customSearchJoin = []) ⇒ ChargeSearch

Returns a new instance of ChargeSearch.



35043
35044
35045
35046
35047
35048
35049
# File 'lib/activenetsuite/soap/default.rb', line 35043

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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



35037
35038
35039
# File 'lib/activenetsuite/soap/default.rb', line 35037

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



35041
35042
35043
# File 'lib/activenetsuite/soap/default.rb', line 35041

def customSearchJoin
  @customSearchJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



35038
35039
35040
# File 'lib/activenetsuite/soap/default.rb', line 35038

def jobJoin
  @jobJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



35039
35040
35041
# File 'lib/activenetsuite/soap/default.rb', line 35039

def timeJoin
  @timeJoin
end

#userJoinObject

Returns the value of attribute userJoin.



35040
35041
35042
# File 'lib/activenetsuite/soap/default.rb', line 35040

def userJoin
  @userJoin
end