Class: App42::Storage::Storage
- Inherits:
-
App42Response
- Object
- App42Response
- App42::Storage::Storage
- Defined in:
- lib/storage/Storage.rb
Instance Attribute Summary collapse
-
#collectionName ⇒ Object
Returns the value of attribute collectionName.
-
#dbName ⇒ Object
Returns the value of attribute dbName.
-
#jsonDocList ⇒ Object
Returns the value of attribute jsonDocList.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#collectionName ⇒ Object
Returns the value of attribute collectionName.
17 18 19 |
# File 'lib/storage/Storage.rb', line 17 def collectionName @collectionName end |
#dbName ⇒ Object
Returns the value of attribute dbName.
17 18 19 |
# File 'lib/storage/Storage.rb', line 17 def dbName @dbName end |
#jsonDocList ⇒ Object
Returns the value of attribute jsonDocList.
17 18 19 |
# File 'lib/storage/Storage.rb', line 17 def jsonDocList @jsonDocList end |