Class: ActiveNetsuite::ContactCategorySearchRowBasic

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

externalId - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
isInactive - ActiveNetsuite::SearchColumnBooleanField
name - ActiveNetsuite::SearchColumnStringField
private - ActiveNetsuite::SearchColumnBooleanField
sync - ActiveNetsuite::SearchColumnBooleanField

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(externalId = [], internalId = [], isInactive = [], name = [], private = [], sync = []) ⇒ ContactCategorySearchRowBasic

Returns a new instance of ContactCategorySearchRowBasic.



42554
42555
42556
42557
42558
42559
42560
42561
# File 'lib/activenetsuite/soap/default.rb', line 42554

def initialize(externalId = [], internalId = [], isInactive = [], name = [], private = [], sync = [])
  @externalId = externalId
  @internalId = internalId
  @isInactive = isInactive
  @name = name
  @private = private
  @sync = sync
end

Instance Attribute Details

#externalIdObject

Returns the value of attribute externalId.



42547
42548
42549
# File 'lib/activenetsuite/soap/default.rb', line 42547

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



42548
42549
42550
# File 'lib/activenetsuite/soap/default.rb', line 42548

def internalId
  @internalId
end

#isInactiveObject

Returns the value of attribute isInactive.



42549
42550
42551
# File 'lib/activenetsuite/soap/default.rb', line 42549

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



42550
42551
42552
# File 'lib/activenetsuite/soap/default.rb', line 42550

def name
  @name
end

#privateObject

Returns the value of attribute private.



42551
42552
42553
# File 'lib/activenetsuite/soap/default.rb', line 42551

def private
  @private
end

#syncObject

Returns the value of attribute sync.



42552
42553
42554
# File 'lib/activenetsuite/soap/default.rb', line 42552

def sync
  @sync
end