Class: ActiveNetsuite::CustomRecordSearchBasic

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

recType - ActiveNetsuite::RecordRef
availableOffline - ActiveNetsuite::SearchBooleanField
created - ActiveNetsuite::SearchDateField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
id - ActiveNetsuite::SearchLongField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
lastModified - ActiveNetsuite::SearchDateField
lastModifiedBy - ActiveNetsuite::SearchMultiSelectField
name - ActiveNetsuite::SearchStringField
owner - 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(recType = nil, availableOffline = nil, created = nil, externalId = nil, externalIdString = nil, id = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, lastModified = nil, lastModifiedBy = nil, name = nil, owner = nil, customFieldList = nil) ⇒ CustomRecordSearchBasic

Returns a new instance of CustomRecordSearchBasic.



25699
25700
25701
25702
25703
25704
25705
25706
25707
25708
25709
25710
25711
25712
25713
25714
# File 'lib/activenetsuite/soap/default.rb', line 25699

def initialize(recType = nil, availableOffline = nil, created = nil, externalId = nil, externalIdString = nil, id = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, lastModified = nil, lastModifiedBy = nil, name = nil, owner = nil, customFieldList = nil)
  @recType = recType
  @availableOffline = availableOffline
  @created = created
  @externalId = externalId
  @externalIdString = externalIdString
  @id = id
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @lastModified = lastModified
  @lastModifiedBy = lastModifiedBy
  @name = name
  @owner = owner
  @customFieldList = customFieldList
end

Instance Attribute Details

#availableOfflineObject

Returns the value of attribute availableOffline.



25685
25686
25687
# File 'lib/activenetsuite/soap/default.rb', line 25685

def availableOffline
  @availableOffline
end

#createdObject

Returns the value of attribute created.



25686
25687
25688
# File 'lib/activenetsuite/soap/default.rb', line 25686

def created
  @created
end

#customFieldListObject

Returns the value of attribute customFieldList.



25697
25698
25699
# File 'lib/activenetsuite/soap/default.rb', line 25697

def customFieldList
  @customFieldList
end

#externalIdObject

Returns the value of attribute externalId.



25687
25688
25689
# File 'lib/activenetsuite/soap/default.rb', line 25687

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



25688
25689
25690
# File 'lib/activenetsuite/soap/default.rb', line 25688

def externalIdString
  @externalIdString
end

#idObject

Returns the value of attribute id.



25689
25690
25691
# File 'lib/activenetsuite/soap/default.rb', line 25689

def id
  @id
end

#internalIdObject

Returns the value of attribute internalId.



25690
25691
25692
# File 'lib/activenetsuite/soap/default.rb', line 25690

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



25691
25692
25693
# File 'lib/activenetsuite/soap/default.rb', line 25691

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



25692
25693
25694
# File 'lib/activenetsuite/soap/default.rb', line 25692

def isInactive
  @isInactive
end

#lastModifiedObject

Returns the value of attribute lastModified.



25693
25694
25695
# File 'lib/activenetsuite/soap/default.rb', line 25693

def lastModified
  @lastModified
end

#lastModifiedByObject

Returns the value of attribute lastModifiedBy.



25694
25695
25696
# File 'lib/activenetsuite/soap/default.rb', line 25694

def lastModifiedBy
  @lastModifiedBy
end

#nameObject

Returns the value of attribute name.



25695
25696
25697
# File 'lib/activenetsuite/soap/default.rb', line 25695

def name
  @name
end

#ownerObject

Returns the value of attribute owner.



25696
25697
25698
# File 'lib/activenetsuite/soap/default.rb', line 25696

def owner
  @owner
end

#recTypeObject

Returns the value of attribute recType.



25684
25685
25686
# File 'lib/activenetsuite/soap/default.rb', line 25684

def recType
  @recType
end