Class: ActiveNetsuite::LocationSearchBasic

Inherits:
SearchRecordBasic 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.comLocationSearchBasic

address - ActiveNetsuite::SearchStringField
city - ActiveNetsuite::SearchStringField
country - ActiveNetsuite::SearchEnumMultiSelectField
county - ActiveNetsuite::SearchStringField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
isOffice - ActiveNetsuite::SearchBooleanField
makeInventoryAvailable - ActiveNetsuite::SearchBooleanField
makeInventoryAvailableStore - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
nameNoHierarchy - ActiveNetsuite::SearchStringField
phone - ActiveNetsuite::SearchStringField
state - ActiveNetsuite::SearchStringField
subsidiary - ActiveNetsuite::SearchMultiSelectField
tranprefix - ActiveNetsuite::SearchStringField
zip - ActiveNetsuite::SearchStringField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(address = nil, city = nil, country = nil, county = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, isOffice = nil, makeInventoryAvailable = nil, makeInventoryAvailableStore = nil, name = nil, nameNoHierarchy = nil, phone = nil, state = nil, subsidiary = nil, tranprefix = nil, zip = nil, customFieldList = nil) ⇒ LocationSearchBasic

Returns a new instance of LocationSearchBasic.



25981
25982
25983
25984
25985
25986
25987
25988
25989
25990
25991
25992
25993
25994
25995
25996
25997
25998
25999
26000
26001
26002
# File 'lib/activenetsuite/soap/default.rb', line 25981

def initialize(address = nil, city = nil, country = nil, county = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, isOffice = nil, makeInventoryAvailable = nil, makeInventoryAvailableStore = nil, name = nil, nameNoHierarchy = nil, phone = nil, state = nil, subsidiary = nil, tranprefix = nil, zip = nil, customFieldList = nil)
  @address = address
  @city = city
  @country = country
  @county = county
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @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

#addressObject

Returns the value of attribute address.



25960
25961
25962
# File 'lib/activenetsuite/soap/default.rb', line 25960

def address
  @address
end

#cityObject

Returns the value of attribute city.



25961
25962
25963
# File 'lib/activenetsuite/soap/default.rb', line 25961

def city
  @city
end

#countryObject

Returns the value of attribute country.



25962
25963
25964
# File 'lib/activenetsuite/soap/default.rb', line 25962

def country
  @country
end

#countyObject

Returns the value of attribute county.



25963
25964
25965
# File 'lib/activenetsuite/soap/default.rb', line 25963

def county
  @county
end

#customFieldListObject

Returns the value of attribute customFieldList.



25979
25980
25981
# File 'lib/activenetsuite/soap/default.rb', line 25979

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



25964
25965
25966
# File 'lib/activenetsuite/soap/default.rb', line 25964

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



25965
25966
25967
# File 'lib/activenetsuite/soap/default.rb', line 25965

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



25966
25967
25968
# File 'lib/activenetsuite/soap/default.rb', line 25966

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



25967
25968
25969
# File 'lib/activenetsuite/soap/default.rb', line 25967

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



25968
25969
25970
# File 'lib/activenetsuite/soap/default.rb', line 25968

def isInactive
  @isInactive
end

#isOfficeObject

Returns the value of attribute isOffice.



25969
25970
25971
# File 'lib/activenetsuite/soap/default.rb', line 25969

def isOffice
  @isOffice
end

#makeInventoryAvailableObject

Returns the value of attribute makeInventoryAvailable.



25970
25971
25972
# File 'lib/activenetsuite/soap/default.rb', line 25970

def makeInventoryAvailable
  @makeInventoryAvailable
end

#makeInventoryAvailableStoreObject

Returns the value of attribute makeInventoryAvailableStore.



25971
25972
25973
# File 'lib/activenetsuite/soap/default.rb', line 25971

def makeInventoryAvailableStore
  @makeInventoryAvailableStore
end

#nameObject

Returns the value of attribute name.



25972
25973
25974
# File 'lib/activenetsuite/soap/default.rb', line 25972

def name
  @name
end

#nameNoHierarchyObject

Returns the value of attribute nameNoHierarchy.



25973
25974
25975
# File 'lib/activenetsuite/soap/default.rb', line 25973

def nameNoHierarchy
  @nameNoHierarchy
end

#phoneObject

Returns the value of attribute phone.



25974
25975
25976
# File 'lib/activenetsuite/soap/default.rb', line 25974

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



25975
25976
25977
# File 'lib/activenetsuite/soap/default.rb', line 25975

def state
  @state
end

#subsidiaryObject

Returns the value of attribute subsidiary.



25976
25977
25978
# File 'lib/activenetsuite/soap/default.rb', line 25976

def subsidiary
  @subsidiary
end

#tranprefixObject

Returns the value of attribute tranprefix.



25977
25978
25979
# File 'lib/activenetsuite/soap/default.rb', line 25977

def tranprefix
  @tranprefix
end

#zipObject

Returns the value of attribute zip.



25978
25979
25980
# File 'lib/activenetsuite/soap/default.rb', line 25978

def zip
  @zip
end