Class: Couchbase::Management::Origin

Inherits:
Object
  • Object
show all
Defined in:
lib/couchbase/management/user_manager.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ Origin

Returns a new instance of Origin.

Yields:

  • (_self)

Yield Parameters:

[View source]

246
247
248
# File 'lib/couchbase/management/user_manager.rb', line 246

def initialize
  yield self if block_given?
end

Instance Attribute Details

#nameString (readonly)

Returns:

  • (String)

244
245
246
# File 'lib/couchbase/management/user_manager.rb', line 244

def name
  @name
end

#typeString (readonly)

Returns:

  • (String)

241
242
243
# File 'lib/couchbase/management/user_manager.rb', line 241

def type
  @type
end