Class: ActiveNetsuite::SubsidiarySearchRow

Inherits:
SearchRow
  • Object
show all
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

Instance Method Summary collapse

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

#basicObject

Returns the value of attribute basic.



45020
45021
45022
# File 'lib/activenetsuite/soap/default.rb', line 45020

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45022
45023
45024
# File 'lib/activenetsuite/soap/default.rb', line 45022

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45021
45022
45023
# File 'lib/activenetsuite/soap/default.rb', line 45021

def userJoin
  @userJoin
end