Class: ActiveNetsuite::SubsidiarySearchRow
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comSubsidiarySearchRow
basic - ActiveNetsuite::SubsidiarySearchRowBasic
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.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
Instance Method Summary collapse
-
#initialize(basic = nil, userJoin = nil, customSearchJoin = []) ⇒ SubsidiarySearchRow
constructor
A new instance of SubsidiarySearchRow.
Constructor Details
#initialize(basic = nil, userJoin = nil, customSearchJoin = []) ⇒ SubsidiarySearchRow
Returns a new instance of SubsidiarySearchRow.
45024 45025 45026 45027 45028 |
# File 'lib/activenetsuite/soap/default.rb', line 45024 def initialize(basic = nil, userJoin = nil, customSearchJoin = []) @basic = basic @userJoin = userJoin @customSearchJoin = customSearchJoin end |
Instance Attribute Details
#basic ⇒ Object
Returns the value of attribute basic.
45020 45021 45022 |
# File 'lib/activenetsuite/soap/default.rb', line 45020 def basic @basic end |
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
45022 45023 45024 |
# File 'lib/activenetsuite/soap/default.rb', line 45022 def customSearchJoin @customSearchJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
45021 45022 45023 |
# File 'lib/activenetsuite/soap/default.rb', line 45021 def userJoin @userJoin end |