Class: ActiveNetsuite::ChargeSearchRow
- 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
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
-
#jobJoin ⇒ Object
Returns the value of attribute jobJoin.
-
#timeJoin ⇒ Object
Returns the value of attribute timeJoin.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
Instance Method Summary collapse
-
#initialize(basic = nil, jobJoin = nil, timeJoin = nil, userJoin = nil, customSearchJoin = []) ⇒ ChargeSearchRow
constructor
A new instance of ChargeSearchRow.
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
#basic ⇒ Object
Returns the value of attribute basic.
45580 45581 45582 |
# File 'lib/activenetsuite/soap/default.rb', line 45580 def basic @basic end |
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
45584 45585 45586 |
# File 'lib/activenetsuite/soap/default.rb', line 45584 def customSearchJoin @customSearchJoin end |
#jobJoin ⇒ Object
Returns the value of attribute jobJoin.
45581 45582 45583 |
# File 'lib/activenetsuite/soap/default.rb', line 45581 def jobJoin @jobJoin end |
#timeJoin ⇒ Object
Returns the value of attribute timeJoin.
45582 45583 45584 |
# File 'lib/activenetsuite/soap/default.rb', line 45582 def timeJoin @timeJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
45583 45584 45585 |
# File 'lib/activenetsuite/soap/default.rb', line 45583 def userJoin @userJoin end |