Class: ActiveNetsuite::ClassificationSearchBasic

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

externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
nameNoHierarchy - ActiveNetsuite::SearchStringField
subsidiary - ActiveNetsuite::SearchMultiSelectField
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(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, nameNoHierarchy = nil, subsidiary = nil, customFieldList = nil) ⇒ ClassificationSearchBasic

Returns a new instance of ClassificationSearchBasic.



26026
26027
26028
26029
26030
26031
26032
26033
26034
26035
26036
# File 'lib/activenetsuite/soap/default.rb', line 26026

def initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, nameNoHierarchy = nil, subsidiary = nil, customFieldList = nil)
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @name = name
  @nameNoHierarchy = nameNoHierarchy
  @subsidiary = subsidiary
  @customFieldList = customFieldList
end

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



26024
26025
26026
# File 'lib/activenetsuite/soap/default.rb', line 26024

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



26016
26017
26018
# File 'lib/activenetsuite/soap/default.rb', line 26016

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



26017
26018
26019
# File 'lib/activenetsuite/soap/default.rb', line 26017

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



26018
26019
26020
# File 'lib/activenetsuite/soap/default.rb', line 26018

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



26019
26020
26021
# File 'lib/activenetsuite/soap/default.rb', line 26019

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



26020
26021
26022
# File 'lib/activenetsuite/soap/default.rb', line 26020

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



26021
26022
26023
# File 'lib/activenetsuite/soap/default.rb', line 26021

def name
  @name
end

#nameNoHierarchyObject

Returns the value of attribute nameNoHierarchy.



26022
26023
26024
# File 'lib/activenetsuite/soap/default.rb', line 26022

def nameNoHierarchy
  @nameNoHierarchy
end

#subsidiaryObject

Returns the value of attribute subsidiary.



26023
26024
26025
# File 'lib/activenetsuite/soap/default.rb', line 26023

def subsidiary
  @subsidiary
end