Class: ActiveNetsuite::SolutionSearchBasic
- Inherits:
-
SearchRecordBasic
- Object
- SearchRecord
- SearchRecordBasic
- ActiveNetsuite::SolutionSearchBasic
- 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.comSolutionSearchBasic
abstract - ActiveNetsuite::SearchStringField
assigned - ActiveNetsuite::SearchMultiSelectField
caseCount - ActiveNetsuite::SearchLongField
code - ActiveNetsuite::SearchStringField
createdDate - ActiveNetsuite::SearchDateField
description - ActiveNetsuite::SearchStringField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
find - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
isOnline - ActiveNetsuite::SearchBooleanField
lastModifiedDate - ActiveNetsuite::SearchDateField
number - ActiveNetsuite::SearchLongField
status - ActiveNetsuite::SearchEnumMultiSelectField
title - ActiveNetsuite::SearchStringField
topic - ActiveNetsuite::SearchMultiSelectField
customFieldList - ActiveNetsuite::SearchCustomFieldList
Instance Attribute Summary collapse
-
#abstract ⇒ Object
Returns the value of attribute abstract.
-
#assigned ⇒ Object
Returns the value of attribute assigned.
-
#caseCount ⇒ Object
Returns the value of attribute caseCount.
-
#code ⇒ Object
Returns the value of attribute code.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
-
#description ⇒ Object
Returns the value of attribute description.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
-
#find ⇒ Object
Returns the value of attribute find.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
-
#isInactive ⇒ Object
Returns the value of attribute isInactive.
-
#isOnline ⇒ Object
Returns the value of attribute isOnline.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#number ⇒ Object
Returns the value of attribute number.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#topic ⇒ Object
Returns the value of attribute topic.
Instance Method Summary collapse
-
#initialize(abstract = nil, assigned = nil, caseCount = nil, code = nil, createdDate = nil, description = nil, externalId = nil, externalIdString = nil, find = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, isOnline = nil, lastModifiedDate = nil, number = nil, status = nil, title = nil, topic = nil, customFieldList = nil) ⇒ SolutionSearchBasic
constructor
A new instance of SolutionSearchBasic.
Methods inherited from SearchRecord
#active, #each, #find_by, #inactive, #response, #to_a, #where
Constructor Details
#initialize(abstract = nil, assigned = nil, caseCount = nil, code = nil, createdDate = nil, description = nil, externalId = nil, externalIdString = nil, find = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, isOnline = nil, lastModifiedDate = nil, number = nil, status = nil, title = nil, topic = nil, customFieldList = nil) ⇒ SolutionSearchBasic
Returns a new instance of SolutionSearchBasic.
28307 28308 28309 28310 28311 28312 28313 28314 28315 28316 28317 28318 28319 28320 28321 28322 28323 28324 28325 28326 28327 |
# File 'lib/activenetsuite/soap/default.rb', line 28307 def initialize(abstract = nil, assigned = nil, caseCount = nil, code = nil, createdDate = nil, description = nil, externalId = nil, externalIdString = nil, find = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, isOnline = nil, lastModifiedDate = nil, number = nil, status = nil, title = nil, topic = nil, customFieldList = nil) @abstract = abstract @assigned = assigned @caseCount = caseCount @code = code @createdDate = createdDate @description = description @externalId = externalId @externalIdString = externalIdString @find = find @internalId = internalId @internalIdNumber = internalIdNumber @isInactive = isInactive @isOnline = isOnline @lastModifiedDate = lastModifiedDate @number = number @status = status @title = title @topic = topic @customFieldList = customFieldList end |
Instance Attribute Details
#abstract ⇒ Object
Returns the value of attribute abstract.
28287 28288 28289 |
# File 'lib/activenetsuite/soap/default.rb', line 28287 def abstract @abstract end |
#assigned ⇒ Object
Returns the value of attribute assigned.
28288 28289 28290 |
# File 'lib/activenetsuite/soap/default.rb', line 28288 def assigned @assigned end |
#caseCount ⇒ Object
Returns the value of attribute caseCount.
28289 28290 28291 |
# File 'lib/activenetsuite/soap/default.rb', line 28289 def caseCount @caseCount end |
#code ⇒ Object
Returns the value of attribute code.
28290 28291 28292 |
# File 'lib/activenetsuite/soap/default.rb', line 28290 def code @code end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
28291 28292 28293 |
# File 'lib/activenetsuite/soap/default.rb', line 28291 def createdDate @createdDate end |
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
28305 28306 28307 |
# File 'lib/activenetsuite/soap/default.rb', line 28305 def customFieldList @customFieldList end |
#description ⇒ Object
Returns the value of attribute description.
28292 28293 28294 |
# File 'lib/activenetsuite/soap/default.rb', line 28292 def description @description end |
#externalId ⇒ Object
Returns the value of attribute externalId.
28293 28294 28295 |
# File 'lib/activenetsuite/soap/default.rb', line 28293 def externalId @externalId end |
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
28294 28295 28296 |
# File 'lib/activenetsuite/soap/default.rb', line 28294 def externalIdString @externalIdString end |
#find ⇒ Object
Returns the value of attribute find.
28295 28296 28297 |
# File 'lib/activenetsuite/soap/default.rb', line 28295 def find @find end |
#internalId ⇒ Object
Returns the value of attribute internalId.
28296 28297 28298 |
# File 'lib/activenetsuite/soap/default.rb', line 28296 def internalId @internalId end |
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
28297 28298 28299 |
# File 'lib/activenetsuite/soap/default.rb', line 28297 def internalIdNumber @internalIdNumber end |
#isInactive ⇒ Object
Returns the value of attribute isInactive.
28298 28299 28300 |
# File 'lib/activenetsuite/soap/default.rb', line 28298 def isInactive @isInactive end |
#isOnline ⇒ Object
Returns the value of attribute isOnline.
28299 28300 28301 |
# File 'lib/activenetsuite/soap/default.rb', line 28299 def isOnline @isOnline end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
28300 28301 28302 |
# File 'lib/activenetsuite/soap/default.rb', line 28300 def lastModifiedDate @lastModifiedDate end |
#number ⇒ Object
Returns the value of attribute number.
28301 28302 28303 |
# File 'lib/activenetsuite/soap/default.rb', line 28301 def number @number end |
#status ⇒ Object
Returns the value of attribute status.
28302 28303 28304 |
# File 'lib/activenetsuite/soap/default.rb', line 28302 def status @status end |
#title ⇒ Object
Returns the value of attribute title.
28303 28304 28305 |
# File 'lib/activenetsuite/soap/default.rb', line 28303 def title @title end |
#topic ⇒ Object
Returns the value of attribute topic.
28304 28305 28306 |
# File 'lib/activenetsuite/soap/default.rb', line 28304 def topic @topic end |