Class: Couchbase::Management::Origin

Inherits:
Object
  • Object
show all
Defined in:
lib/couchbase/management/user_manager.rb,
/home/runner/work/couchbase-ruby-client/couchbase-ruby-client/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.

Yield Parameters:



557
558
559
# File 'lib/couchbase/management/user_manager.rb', line 557

def initialize
  yield self if block_given?
end

Instance Attribute Details

#name=(value) ⇒ String (writeonly)

Returns:

  • (String)


554
555
556
# File 'lib/couchbase/management/user_manager.rb', line 554

def name=(value)
  @name = value
end

#type=(value) ⇒ String (writeonly)

Returns:

  • (String)


551
552
553
# File 'lib/couchbase/management/user_manager.rb', line 551

def type=(value)
  @type = value
end