Class: ActiveNetsuite::CustomerMessageSearchBasic

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

description - ActiveNetsuite::SearchStringField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
preferred - ActiveNetsuite::SearchBooleanField

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(description = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, preferred = nil) ⇒ CustomerMessageSearchBasic

Returns a new instance of CustomerMessageSearchBasic.



30733
30734
30735
30736
30737
30738
30739
30740
30741
30742
# File 'lib/activenetsuite/soap/default.rb', line 30733

def initialize(description = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, preferred = nil)
  @description = description
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @name = name
  @preferred = preferred
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



30724
30725
30726
# File 'lib/activenetsuite/soap/default.rb', line 30724

def description
  @description
end

#externalIdObject

Returns the value of attribute externalId.



30725
30726
30727
# File 'lib/activenetsuite/soap/default.rb', line 30725

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



30726
30727
30728
# File 'lib/activenetsuite/soap/default.rb', line 30726

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



30727
30728
30729
# File 'lib/activenetsuite/soap/default.rb', line 30727

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



30728
30729
30730
# File 'lib/activenetsuite/soap/default.rb', line 30728

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



30729
30730
30731
# File 'lib/activenetsuite/soap/default.rb', line 30729

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



30730
30731
30732
# File 'lib/activenetsuite/soap/default.rb', line 30730

def name
  @name
end

#preferredObject

Returns the value of attribute preferred.



30731
30732
30733
# File 'lib/activenetsuite/soap/default.rb', line 30731

def preferred
  @preferred
end