class ActiveNetsuite::LocationSearchRow

{urn:accounting_2013_2.lists.webservices.netsuite.com}LocationSearchRow

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

Attributes

basic[RW]
customSearchJoin[RW]
userJoin[RW]

Public Class Methods

new(basic = nil, userJoin = nil, customSearchJoin = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 44922
def initialize(basic = nil, userJoin = nil, customSearchJoin = [])
  @basic = basic
  @userJoin = userJoin
  @customSearchJoin = customSearchJoin
end