Class: ActiveNetsuite::ClassificationSearchRowBasic

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

externalId - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
isInactive - ActiveNetsuite::SearchColumnBooleanField
name - ActiveNetsuite::SearchColumnStringField
nameNoHierarchy - ActiveNetsuite::SearchColumnStringField
subsidiary - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(externalId = [], internalId = [], isInactive = [], name = [], nameNoHierarchy = [], subsidiary = [], customFieldList = nil) ⇒ ClassificationSearchRowBasic



38545
38546
38547
38548
38549
38550
38551
38552
38553
# File 'lib/activenetsuite/soap/default.rb', line 38545

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

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



38543
38544
38545
# File 'lib/activenetsuite/soap/default.rb', line 38543

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



38537
38538
38539
# File 'lib/activenetsuite/soap/default.rb', line 38537

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



38538
38539
38540
# File 'lib/activenetsuite/soap/default.rb', line 38538

def internalId
  @internalId
end

#isInactiveObject

Returns the value of attribute isInactive.



38539
38540
38541
# File 'lib/activenetsuite/soap/default.rb', line 38539

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



38540
38541
38542
# File 'lib/activenetsuite/soap/default.rb', line 38540

def name
  @name
end

#nameNoHierarchyObject

Returns the value of attribute nameNoHierarchy.



38541
38542
38543
# File 'lib/activenetsuite/soap/default.rb', line 38541

def nameNoHierarchy
  @nameNoHierarchy
end

#subsidiaryObject

Returns the value of attribute subsidiary.



38542
38543
38544
# File 'lib/activenetsuite/soap/default.rb', line 38542

def subsidiary
  @subsidiary
end