Module: UcloudStorage::Configuration
- Defined in:
- lib/ucloud_storage/configuration.rb
Class Attribute Summary collapse
-
.pass ⇒ Object
Returns the value of attribute pass.
-
.user ⇒ Object
Returns the value of attribute user.
Class Method Summary collapse
Class Attribute Details
.pass ⇒ Object
Returns the value of attribute pass.
7 8 9 |
# File 'lib/ucloud_storage/configuration.rb', line 7 def pass @pass end |
.user ⇒ Object
Returns the value of attribute user.
6 7 8 |
# File 'lib/ucloud_storage/configuration.rb', line 6 def user @user end |
Class Method Details
.configure {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/ucloud_storage/configuration.rb', line 10 def self.configure yield self end |