Class: MinIO::Configuration
- Inherits:
-
Object
- Object
- MinIO::Configuration
- Defined in:
- lib/minio.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 |
# File 'lib/minio.rb', line 21 def initialize end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
19 20 21 |
# File 'lib/minio.rb', line 19 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
19 20 21 |
# File 'lib/minio.rb', line 19 def username @username end |