Class: Libcouchbase::DefaultOpts

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

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket

Returns:

  • (Object)

    the current value of bucket



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

def bucket
  @bucket
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



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

def host
  @host
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



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

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



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

def username
  @username
end