Class: Fog::Storage::Artifactory::Real
- Inherits:
-
Object
- Object
- Fog::Storage::Artifactory::Real
- Defined in:
- lib/fog/artifactory/storage.rb
Instance Method Summary collapse
- #client ⇒ Object
-
#initialize(options = {}) ⇒ Real
constructor
A new instance of Real.
Constructor Details
#initialize(options = {}) ⇒ Real
Returns a new instance of Real.
27 28 29 |
# File 'lib/fog/artifactory/storage.rb', line 27 def initialize( = {}) @artifactory_client = ::Artifactory::Client.new() end |
Instance Method Details
#client ⇒ Object
31 32 33 |
# File 'lib/fog/artifactory/storage.rb', line 31 def client @artifactory_client end |