Class: ActiveNetsuite::SubsidiarySearchBasic

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

address - ActiveNetsuite::SearchStringField
city - ActiveNetsuite::SearchStringField
country - ActiveNetsuite::SearchEnumMultiSelectField
currency - ActiveNetsuite::SearchMultiSelectField
email - ActiveNetsuite::SearchStringField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
fax - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isElimination - ActiveNetsuite::SearchBooleanField
isInactive - ActiveNetsuite::SearchBooleanField
legalName - ActiveNetsuite::SearchStringField
name - ActiveNetsuite::SearchStringField
nameNoHierarchy - ActiveNetsuite::SearchStringField
phone - ActiveNetsuite::SearchStringField
state - ActiveNetsuite::SearchStringField
taxIdNum - ActiveNetsuite::SearchStringField
tranPrefix - ActiveNetsuite::SearchStringField
url - 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, currency = nil, email = nil, externalId = nil, externalIdString = nil, fax = nil, internalId = nil, internalIdNumber = nil, isElimination = nil, isInactive = nil, legalName = nil, name = nil, nameNoHierarchy = nil, phone = nil, state = nil, taxIdNum = nil, tranPrefix = nil, url = nil, zip = nil, customFieldList = nil) ⇒ SubsidiarySearchBasic

Returns a new instance of SubsidiarySearchBasic.



28405
28406
28407
28408
28409
28410
28411
28412
28413
28414
28415
28416
28417
28418
28419
28420
28421
28422
28423
28424
28425
28426
28427
28428
# File 'lib/activenetsuite/soap/default.rb', line 28405

def initialize(address = nil, city = nil, country = nil, currency = nil, email = nil, externalId = nil, externalIdString = nil, fax = nil, internalId = nil, internalIdNumber = nil, isElimination = nil, isInactive = nil, legalName = nil, name = nil, nameNoHierarchy = nil, phone = nil, state = nil, taxIdNum = nil, tranPrefix = nil, url = nil, zip = nil, customFieldList = nil)
  @address = address
  @city = city
  @country = country
  @currency = currency
  @email = email
  @externalId = externalId
  @externalIdString = externalIdString
  @fax = fax
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isElimination = isElimination
  @isInactive = isInactive
  @legalName = legalName
  @name = name
  @nameNoHierarchy = nameNoHierarchy
  @phone = phone
  @state = state
  @taxIdNum = taxIdNum
  @tranPrefix = tranPrefix
  @url = url
  @zip = zip
  @customFieldList = customFieldList
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



28382
28383
28384
# File 'lib/activenetsuite/soap/default.rb', line 28382

def address
  @address
end

#cityObject

Returns the value of attribute city.



28383
28384
28385
# File 'lib/activenetsuite/soap/default.rb', line 28383

def city
  @city
end

#countryObject

Returns the value of attribute country.



28384
28385
28386
# File 'lib/activenetsuite/soap/default.rb', line 28384

def country
  @country
end

#currencyObject

Returns the value of attribute currency.



28385
28386
28387
# File 'lib/activenetsuite/soap/default.rb', line 28385

def currency
  @currency
end

#customFieldListObject

Returns the value of attribute customFieldList.



28403
28404
28405
# File 'lib/activenetsuite/soap/default.rb', line 28403

def customFieldList
  @customFieldList
end

#emailObject

Returns the value of attribute email.



28386
28387
28388
# File 'lib/activenetsuite/soap/default.rb', line 28386

def email
  @email
end

#externalIdObject

Returns the value of attribute externalId.



28387
28388
28389
# File 'lib/activenetsuite/soap/default.rb', line 28387

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



28388
28389
28390
# File 'lib/activenetsuite/soap/default.rb', line 28388

def externalIdString
  @externalIdString
end

#faxObject

Returns the value of attribute fax.



28389
28390
28391
# File 'lib/activenetsuite/soap/default.rb', line 28389

def fax
  @fax
end

#internalIdObject

Returns the value of attribute internalId.



28390
28391
28392
# File 'lib/activenetsuite/soap/default.rb', line 28390

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



28391
28392
28393
# File 'lib/activenetsuite/soap/default.rb', line 28391

def internalIdNumber
  @internalIdNumber
end

#isEliminationObject

Returns the value of attribute isElimination.



28392
28393
28394
# File 'lib/activenetsuite/soap/default.rb', line 28392

def isElimination
  @isElimination
end

#isInactiveObject

Returns the value of attribute isInactive.



28393
28394
28395
# File 'lib/activenetsuite/soap/default.rb', line 28393

def isInactive
  @isInactive
end

#legalNameObject

Returns the value of attribute legalName.



28394
28395
28396
# File 'lib/activenetsuite/soap/default.rb', line 28394

def legalName
  @legalName
end

#nameObject

Returns the value of attribute name.



28395
28396
28397
# File 'lib/activenetsuite/soap/default.rb', line 28395

def name
  @name
end

#nameNoHierarchyObject

Returns the value of attribute nameNoHierarchy.



28396
28397
28398
# File 'lib/activenetsuite/soap/default.rb', line 28396

def nameNoHierarchy
  @nameNoHierarchy
end

#phoneObject

Returns the value of attribute phone.



28397
28398
28399
# File 'lib/activenetsuite/soap/default.rb', line 28397

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



28398
28399
28400
# File 'lib/activenetsuite/soap/default.rb', line 28398

def state
  @state
end

#taxIdNumObject

Returns the value of attribute taxIdNum.



28399
28400
28401
# File 'lib/activenetsuite/soap/default.rb', line 28399

def taxIdNum
  @taxIdNum
end

#tranPrefixObject

Returns the value of attribute tranPrefix.



28400
28401
28402
# File 'lib/activenetsuite/soap/default.rb', line 28400

def tranPrefix
  @tranPrefix
end

#urlObject

Returns the value of attribute url.



28401
28402
28403
# File 'lib/activenetsuite/soap/default.rb', line 28401

def url
  @url
end

#zipObject

Returns the value of attribute zip.



28402
28403
28404
# File 'lib/activenetsuite/soap/default.rb', line 28402

def zip
  @zip
end