Class: ActiveNetsuite::CustomRecordSearchRowBasic
- Inherits:
-
SearchRowBasic
- Object
- SearchRow
- SearchRowBasic
- ActiveNetsuite::CustomRecordSearchRowBasic
- 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.comCustomRecordSearchRowBasic
recType - ActiveNetsuite::RecordRef
altName - ActiveNetsuite::SearchColumnStringField
availableOffline - ActiveNetsuite::SearchColumnBooleanField
created - ActiveNetsuite::SearchColumnDateField
externalId - ActiveNetsuite::SearchColumnSelectField
id - ActiveNetsuite::SearchColumnLongField
internalId - ActiveNetsuite::SearchColumnSelectField
isInactive - ActiveNetsuite::SearchColumnBooleanField
lastModified - ActiveNetsuite::SearchColumnDateField
lastModifiedBy - ActiveNetsuite::SearchColumnSelectField
name - ActiveNetsuite::SearchColumnStringField
owner - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList
Instance Attribute Summary collapse
-
#altName ⇒ Object
Returns the value of attribute altName.
-
#availableOffline ⇒ Object
Returns the value of attribute availableOffline.
-
#created ⇒ Object
Returns the value of attribute created.
-
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#isInactive ⇒ Object
Returns the value of attribute isInactive.
-
#lastModified ⇒ Object
Returns the value of attribute lastModified.
-
#lastModifiedBy ⇒ Object
Returns the value of attribute lastModifiedBy.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#recType ⇒ Object
Returns the value of attribute recType.
Instance Method Summary collapse
-
#initialize(recType = nil, altName = [], availableOffline = [], created = [], externalId = [], id = [], internalId = [], isInactive = [], lastModified = [], lastModifiedBy = [], name = [], owner = [], customFieldList = nil) ⇒ CustomRecordSearchRowBasic
constructor
A new instance of CustomRecordSearchRowBasic.
Constructor Details
#initialize(recType = nil, altName = [], availableOffline = [], created = [], externalId = [], id = [], internalId = [], isInactive = [], lastModified = [], lastModifiedBy = [], name = [], owner = [], customFieldList = nil) ⇒ CustomRecordSearchRowBasic
Returns a new instance of CustomRecordSearchRowBasic.
38253 38254 38255 38256 38257 38258 38259 38260 38261 38262 38263 38264 38265 38266 38267 |
# File 'lib/activenetsuite/soap/default.rb', line 38253 def initialize(recType = nil, altName = [], availableOffline = [], created = [], externalId = [], id = [], internalId = [], isInactive = [], lastModified = [], lastModifiedBy = [], name = [], owner = [], customFieldList = nil) @recType = recType @altName = altName @availableOffline = availableOffline @created = created @externalId = externalId @id = id @internalId = internalId @isInactive = isInactive @lastModified = lastModified @lastModifiedBy = lastModifiedBy @name = name @owner = owner @customFieldList = customFieldList end |
Instance Attribute Details
#altName ⇒ Object
Returns the value of attribute altName.
38240 38241 38242 |
# File 'lib/activenetsuite/soap/default.rb', line 38240 def altName @altName end |
#availableOffline ⇒ Object
Returns the value of attribute availableOffline.
38241 38242 38243 |
# File 'lib/activenetsuite/soap/default.rb', line 38241 def availableOffline @availableOffline end |
#created ⇒ Object
Returns the value of attribute created.
38242 38243 38244 |
# File 'lib/activenetsuite/soap/default.rb', line 38242 def created @created end |
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
38251 38252 38253 |
# File 'lib/activenetsuite/soap/default.rb', line 38251 def customFieldList @customFieldList end |
#externalId ⇒ Object
Returns the value of attribute externalId.
38243 38244 38245 |
# File 'lib/activenetsuite/soap/default.rb', line 38243 def externalId @externalId end |
#id ⇒ Object
Returns the value of attribute id.
38244 38245 38246 |
# File 'lib/activenetsuite/soap/default.rb', line 38244 def id @id end |
#internalId ⇒ Object
Returns the value of attribute internalId.
38245 38246 38247 |
# File 'lib/activenetsuite/soap/default.rb', line 38245 def internalId @internalId end |
#isInactive ⇒ Object
Returns the value of attribute isInactive.
38246 38247 38248 |
# File 'lib/activenetsuite/soap/default.rb', line 38246 def isInactive @isInactive end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
38247 38248 38249 |
# File 'lib/activenetsuite/soap/default.rb', line 38247 def lastModified @lastModified end |
#lastModifiedBy ⇒ Object
Returns the value of attribute lastModifiedBy.
38248 38249 38250 |
# File 'lib/activenetsuite/soap/default.rb', line 38248 def lastModifiedBy @lastModifiedBy end |
#name ⇒ Object
Returns the value of attribute name.
38249 38250 38251 |
# File 'lib/activenetsuite/soap/default.rb', line 38249 def name @name end |
#owner ⇒ Object
Returns the value of attribute owner.
38250 38251 38252 |
# File 'lib/activenetsuite/soap/default.rb', line 38250 def owner @owner end |
#recType ⇒ Object
Returns the value of attribute recType.
38239 38240 38241 |
# File 'lib/activenetsuite/soap/default.rb', line 38239 def recType @recType end |