Class: ActiveNetsuite::ResourceAllocationSearchRow
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:scheduling_2013_2urn:scheduling_2013_2.activitiesurn:scheduling_2013_2.activities.webservicesurn:scheduling_2013_2.activities.webservices.netsuiteurn:scheduling_2013_2.activities.webservices.netsuite.comResourceAllocationSearchRow
basic - ActiveNetsuite::ResourceAllocationSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
jobJoin - ActiveNetsuite::JobSearchRowBasic
requestedByJoin - ActiveNetsuite::EntitySearchRowBasic
resourceJoin - ActiveNetsuite::EntitySearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
vendorJoin - ActiveNetsuite::VendorSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic
Instance Attribute Summary collapse
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
-
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
-
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
-
#jobJoin ⇒ Object
Returns the value of attribute jobJoin.
-
#requestedByJoin ⇒ Object
Returns the value of attribute requestedByJoin.
-
#resourceJoin ⇒ Object
Returns the value of attribute resourceJoin.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
-
#vendorJoin ⇒ Object
Returns the value of attribute vendorJoin.
Instance Method Summary collapse
-
#initialize(basic = nil, customerJoin = nil, employeeJoin = nil, jobJoin = nil, requestedByJoin = nil, resourceJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = []) ⇒ ResourceAllocationSearchRow
constructor
A new instance of ResourceAllocationSearchRow.
Constructor Details
#initialize(basic = nil, customerJoin = nil, employeeJoin = nil, jobJoin = nil, requestedByJoin = nil, resourceJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = []) ⇒ ResourceAllocationSearchRow
Returns a new instance of ResourceAllocationSearchRow.
44192 44193 44194 44195 44196 44197 44198 44199 44200 44201 44202 |
# File 'lib/activenetsuite/soap/default.rb', line 44192 def initialize(basic = nil, customerJoin = nil, employeeJoin = nil, jobJoin = nil, requestedByJoin = nil, resourceJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = []) @basic = basic @customerJoin = customerJoin @employeeJoin = employeeJoin @jobJoin = jobJoin @requestedByJoin = requestedByJoin @resourceJoin = resourceJoin @userJoin = userJoin @vendorJoin = vendorJoin @customSearchJoin = customSearchJoin end |
Instance Attribute Details
#basic ⇒ Object
Returns the value of attribute basic.
44182 44183 44184 |
# File 'lib/activenetsuite/soap/default.rb', line 44182 def basic @basic end |
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
44183 44184 44185 |
# File 'lib/activenetsuite/soap/default.rb', line 44183 def customerJoin @customerJoin end |
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
44190 44191 44192 |
# File 'lib/activenetsuite/soap/default.rb', line 44190 def customSearchJoin @customSearchJoin end |
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
44184 44185 44186 |
# File 'lib/activenetsuite/soap/default.rb', line 44184 def employeeJoin @employeeJoin end |
#jobJoin ⇒ Object
Returns the value of attribute jobJoin.
44185 44186 44187 |
# File 'lib/activenetsuite/soap/default.rb', line 44185 def jobJoin @jobJoin end |
#requestedByJoin ⇒ Object
Returns the value of attribute requestedByJoin.
44186 44187 44188 |
# File 'lib/activenetsuite/soap/default.rb', line 44186 def requestedByJoin @requestedByJoin end |
#resourceJoin ⇒ Object
Returns the value of attribute resourceJoin.
44187 44188 44189 |
# File 'lib/activenetsuite/soap/default.rb', line 44187 def resourceJoin @resourceJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
44188 44189 44190 |
# File 'lib/activenetsuite/soap/default.rb', line 44188 def userJoin @userJoin end |
#vendorJoin ⇒ Object
Returns the value of attribute vendorJoin.
44189 44190 44191 |
# File 'lib/activenetsuite/soap/default.rb', line 44189 def vendorJoin @vendorJoin end |