Class: ActiveNetsuite::ChargeSearchRow

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

basic - ActiveNetsuite::ChargeSearchRowBasic
jobJoin - ActiveNetsuite::JobSearchRowBasic
timeJoin - ActiveNetsuite::TimeBillSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, jobJoin = nil, timeJoin = nil, userJoin = nil, customSearchJoin = []) ⇒ ChargeSearchRow

Returns a new instance of ChargeSearchRow.



45586
45587
45588
45589
45590
45591
45592
# File 'lib/activenetsuite/soap/default.rb', line 45586

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.



45580
45581
45582
# File 'lib/activenetsuite/soap/default.rb', line 45580

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45584
45585
45586
# File 'lib/activenetsuite/soap/default.rb', line 45584

def customSearchJoin
  @customSearchJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



45581
45582
45583
# File 'lib/activenetsuite/soap/default.rb', line 45581

def jobJoin
  @jobJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



45582
45583
45584
# File 'lib/activenetsuite/soap/default.rb', line 45582

def timeJoin
  @timeJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45583
45584
45585
# File 'lib/activenetsuite/soap/default.rb', line 45583

def userJoin
  @userJoin
end