Class: Couchbase::Configuration::Bucket
- Inherits:
-
Struct
- Object
- Struct
- Couchbase::Configuration::Bucket
- Defined in:
- lib/couchbase/configuration.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/couchbase/configuration.rb', line 11 def name @name end |
#password ⇒ Object
Returns the value of attribute password
11 12 13 |
# File 'lib/couchbase/configuration.rb', line 11 def password @password end |