Class: App42::Storage::Storage

Inherits:
App42Response show all
Defined in:
lib/storage/Storage.rb

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#collectionNameObject

Returns the value of attribute collectionName.



17
18
19
# File 'lib/storage/Storage.rb', line 17

def collectionName
  @collectionName
end

#dbNameObject

Returns the value of attribute dbName.



17
18
19
# File 'lib/storage/Storage.rb', line 17

def dbName
  @dbName
end

#jsonDocListObject

Returns the value of attribute jsonDocList.



17
18
19
# File 'lib/storage/Storage.rb', line 17

def jsonDocList
  @jsonDocList
end