Class: ActiveNetsuite::LocationSearchRowBasic

Inherits:
SearchRowBasic show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comLocationSearchRowBasic

address1 - ActiveNetsuite::SearchColumnStringField
address2 - ActiveNetsuite::SearchColumnStringField
address3 - ActiveNetsuite::SearchColumnStringField
city - ActiveNetsuite::SearchColumnStringField
country - ActiveNetsuite::SearchColumnEnumSelectField
externalId - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
isInactive - ActiveNetsuite::SearchColumnBooleanField
isOffice - ActiveNetsuite::SearchColumnBooleanField
makeInventoryAvailable - ActiveNetsuite::SearchColumnBooleanField
makeInventoryAvailableStore - ActiveNetsuite::SearchColumnBooleanField
name - ActiveNetsuite::SearchColumnStringField
nameNoHierarchy - ActiveNetsuite::SearchColumnStringField
phone - ActiveNetsuite::SearchColumnStringField
state - ActiveNetsuite::SearchColumnStringField
subsidiary - ActiveNetsuite::SearchColumnSelectField
tranPrefix - ActiveNetsuite::SearchColumnStringField
zip - ActiveNetsuite::SearchColumnStringField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(address1 = [], address2 = [], address3 = [], city = [], country = [], externalId = [], internalId = [], isInactive = [], isOffice = [], makeInventoryAvailable = [], makeInventoryAvailableStore = [], name = [], nameNoHierarchy = [], phone = [], state = [], subsidiary = [], tranPrefix = [], zip = [], customFieldList = nil) ⇒ LocationSearchRowBasic

Returns a new instance of LocationSearchRowBasic.



38505
38506
38507
38508
38509
38510
38511
38512
38513
38514
38515
38516
38517
38518
38519
38520
38521
38522
38523
38524
38525
# File 'lib/activenetsuite/soap/default.rb', line 38505

def initialize(address1 = [], address2 = [], address3 = [], city = [], country = [], externalId = [], internalId = [], isInactive = [], isOffice = [], makeInventoryAvailable = [], makeInventoryAvailableStore = [], name = [], nameNoHierarchy = [], phone = [], state = [], subsidiary = [], tranPrefix = [], zip = [], customFieldList = nil)
  @address1 = address1
  @address2 = address2
  @address3 = address3
  @city = city
  @country = country
  @externalId = externalId
  @internalId = internalId
  @isInactive = isInactive
  @isOffice = isOffice
  @makeInventoryAvailable = makeInventoryAvailable
  @makeInventoryAvailableStore = makeInventoryAvailableStore
  @name = name
  @nameNoHierarchy = nameNoHierarchy
  @phone = phone
  @state = state
  @subsidiary = subsidiary
  @tranPrefix = tranPrefix
  @zip = zip
  @customFieldList = customFieldList
end

Instance Attribute Details

#address1Object

Returns the value of attribute address1.



38485
38486
38487
# File 'lib/activenetsuite/soap/default.rb', line 38485

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



38486
38487
38488
# File 'lib/activenetsuite/soap/default.rb', line 38486

def address2
  @address2
end

#address3Object

Returns the value of attribute address3.



38487
38488
38489
# File 'lib/activenetsuite/soap/default.rb', line 38487

def address3
  @address3
end

#cityObject

Returns the value of attribute city.



38488
38489
38490
# File 'lib/activenetsuite/soap/default.rb', line 38488

def city
  @city
end

#countryObject

Returns the value of attribute country.



38489
38490
38491
# File 'lib/activenetsuite/soap/default.rb', line 38489

def country
  @country
end

#customFieldListObject

Returns the value of attribute customFieldList.



38503
38504
38505
# File 'lib/activenetsuite/soap/default.rb', line 38503

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



38490
38491
38492
# File 'lib/activenetsuite/soap/default.rb', line 38490

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



38491
38492
38493
# File 'lib/activenetsuite/soap/default.rb', line 38491

def internalId
  @internalId
end

#isInactiveObject

Returns the value of attribute isInactive.



38492
38493
38494
# File 'lib/activenetsuite/soap/default.rb', line 38492

def isInactive
  @isInactive
end

#isOfficeObject

Returns the value of attribute isOffice.



38493
38494
38495
# File 'lib/activenetsuite/soap/default.rb', line 38493

def isOffice
  @isOffice
end

#makeInventoryAvailableObject

Returns the value of attribute makeInventoryAvailable.



38494
38495
38496
# File 'lib/activenetsuite/soap/default.rb', line 38494

def makeInventoryAvailable
  @makeInventoryAvailable
end

#makeInventoryAvailableStoreObject

Returns the value of attribute makeInventoryAvailableStore.



38495
38496
38497
# File 'lib/activenetsuite/soap/default.rb', line 38495

def makeInventoryAvailableStore
  @makeInventoryAvailableStore
end

#nameObject

Returns the value of attribute name.



38496
38497
38498
# File 'lib/activenetsuite/soap/default.rb', line 38496

def name
  @name
end

#nameNoHierarchyObject

Returns the value of attribute nameNoHierarchy.



38497
38498
38499
# File 'lib/activenetsuite/soap/default.rb', line 38497

def nameNoHierarchy
  @nameNoHierarchy
end

#phoneObject

Returns the value of attribute phone.



38498
38499
38500
# File 'lib/activenetsuite/soap/default.rb', line 38498

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



38499
38500
38501
# File 'lib/activenetsuite/soap/default.rb', line 38499

def state
  @state
end

#subsidiaryObject

Returns the value of attribute subsidiary.



38500
38501
38502
# File 'lib/activenetsuite/soap/default.rb', line 38500

def subsidiary
  @subsidiary
end

#tranPrefixObject

Returns the value of attribute tranPrefix.



38501
38502
38503
# File 'lib/activenetsuite/soap/default.rb', line 38501

def tranPrefix
  @tranPrefix
end

#zipObject

Returns the value of attribute zip.



38502
38503
38504
# File 'lib/activenetsuite/soap/default.rb', line 38502

def zip
  @zip
end