Class: ActiveNetsuite::FileSearchRowBasic

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

availableWithoutLogin - ActiveNetsuite::SearchColumnBooleanField
created - ActiveNetsuite::SearchColumnDateField
dateViewed - ActiveNetsuite::SearchColumnDateField
description - ActiveNetsuite::SearchColumnStringField
documentSize - ActiveNetsuite::SearchColumnLongField
externalId - ActiveNetsuite::SearchColumnStringField
fileType - ActiveNetsuite::SearchColumnEnumSelectField
folder - ActiveNetsuite::SearchColumnSelectField
hits - ActiveNetsuite::SearchColumnLongField
hostedPath - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
isAvailable - ActiveNetsuite::SearchColumnBooleanField
modified - ActiveNetsuite::SearchColumnDateField
name - ActiveNetsuite::SearchColumnStringField
owner - ActiveNetsuite::SearchColumnSelectField
url - ActiveNetsuite::SearchColumnStringField

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(availableWithoutLogin = [], created = [], dateViewed = [], description = [], documentSize = [], externalId = [], fileType = [], folder = [], hits = [], hostedPath = [], internalId = [], isAvailable = [], modified = [], name = [], owner = [], url = []) ⇒ FileSearchRowBasic

Returns a new instance of FileSearchRowBasic.



41449
41450
41451
41452
41453
41454
41455
41456
41457
41458
41459
41460
41461
41462
41463
41464
41465
41466
# File 'lib/activenetsuite/soap/default.rb', line 41449

def initialize(availableWithoutLogin = [], created = [], dateViewed = [], description = [], documentSize = [], externalId = [], fileType = [], folder = [], hits = [], hostedPath = [], internalId = [], isAvailable = [], modified = [], name = [], owner = [], url = [])
  @availableWithoutLogin = availableWithoutLogin
  @created = created
  @dateViewed = dateViewed
  @description = description
  @documentSize = documentSize
  @externalId = externalId
  @fileType = fileType
  @folder = folder
  @hits = hits
  @hostedPath = hostedPath
  @internalId = internalId
  @isAvailable = isAvailable
  @modified = modified
  @name = name
  @owner = owner
  @url = url
end

Instance Attribute Details

#availableWithoutLoginObject

Returns the value of attribute availableWithoutLogin.



41432
41433
41434
# File 'lib/activenetsuite/soap/default.rb', line 41432

def availableWithoutLogin
  @availableWithoutLogin
end

#createdObject

Returns the value of attribute created.



41433
41434
41435
# File 'lib/activenetsuite/soap/default.rb', line 41433

def created
  @created
end

#dateViewedObject

Returns the value of attribute dateViewed.



41434
41435
41436
# File 'lib/activenetsuite/soap/default.rb', line 41434

def dateViewed
  @dateViewed
end

#descriptionObject

Returns the value of attribute description.



41435
41436
41437
# File 'lib/activenetsuite/soap/default.rb', line 41435

def description
  @description
end

#documentSizeObject

Returns the value of attribute documentSize.



41436
41437
41438
# File 'lib/activenetsuite/soap/default.rb', line 41436

def documentSize
  @documentSize
end

#externalIdObject

Returns the value of attribute externalId.



41437
41438
41439
# File 'lib/activenetsuite/soap/default.rb', line 41437

def externalId
  @externalId
end

#fileTypeObject

Returns the value of attribute fileType.



41438
41439
41440
# File 'lib/activenetsuite/soap/default.rb', line 41438

def fileType
  @fileType
end

#folderObject

Returns the value of attribute folder.



41439
41440
41441
# File 'lib/activenetsuite/soap/default.rb', line 41439

def folder
  @folder
end

#hitsObject

Returns the value of attribute hits.



41440
41441
41442
# File 'lib/activenetsuite/soap/default.rb', line 41440

def hits
  @hits
end

#hostedPathObject

Returns the value of attribute hostedPath.



41441
41442
41443
# File 'lib/activenetsuite/soap/default.rb', line 41441

def hostedPath
  @hostedPath
end

#internalIdObject

Returns the value of attribute internalId.



41442
41443
41444
# File 'lib/activenetsuite/soap/default.rb', line 41442

def internalId
  @internalId
end

#isAvailableObject

Returns the value of attribute isAvailable.



41443
41444
41445
# File 'lib/activenetsuite/soap/default.rb', line 41443

def isAvailable
  @isAvailable
end

#modifiedObject

Returns the value of attribute modified.



41444
41445
41446
# File 'lib/activenetsuite/soap/default.rb', line 41444

def modified
  @modified
end

#nameObject

Returns the value of attribute name.



41445
41446
41447
# File 'lib/activenetsuite/soap/default.rb', line 41445

def name
  @name
end

#ownerObject

Returns the value of attribute owner.



41446
41447
41448
# File 'lib/activenetsuite/soap/default.rb', line 41446

def owner
  @owner
end

#urlObject

Returns the value of attribute url.



41447
41448
41449
# File 'lib/activenetsuite/soap/default.rb', line 41447

def url
  @url
end