Module: GoodDataS3
- Defined in:
- lib/gooddata_s3.rb
Defined Under Namespace
Classes: Client
Class Method Summary collapse
- .connect(config = {}) ⇒ Object (also: client)
Class Method Details
.connect(config = {}) ⇒ Object Also known as: client
4 5 6 7 |
# File 'lib/gooddata_s3.rb', line 4 def connect(config ={}) GoodDataS3::Client.new(config) end |