Method: Cloudify::Storage#initialize
- Defined in:
- lib/cloudify/storage.rb
#initialize(credentials, options) ⇒ Storage
Returns a new instance of Storage.
8 9 10 11 |
# File 'lib/cloudify/storage.rb', line 8 def initialize(credentials, ) self.credentials = credentials self. = end |