Class: ActiveNetsuite::LocationSearchRow

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.comLocationSearchRow

basic - ActiveNetsuite::LocationSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, userJoin = nil, customSearchJoin = []) ⇒ LocationSearchRow

Returns a new instance of LocationSearchRow.



44922
44923
44924
44925
44926
# File 'lib/activenetsuite/soap/default.rb', line 44922

def initialize(basic = nil, userJoin = nil, customSearchJoin = [])
  @basic = basic
  @userJoin = userJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



44918
44919
44920
# File 'lib/activenetsuite/soap/default.rb', line 44918

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44920
44921
44922
# File 'lib/activenetsuite/soap/default.rb', line 44920

def customSearchJoin
  @customSearchJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44919
44920
44921
# File 'lib/activenetsuite/soap/default.rb', line 44919

def userJoin
  @userJoin
end