Class: Couchbase::Configuration::Bucket

Inherits:
Struct
  • Object
show all
Defined in:
lib/couchbase/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/couchbase/configuration.rb', line 11

def name
  @name
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



11
12
13
# File 'lib/couchbase/configuration.rb', line 11

def password
  @password
end