Class: Couchbase::Management::Origin

Inherits:
Object
  • Object
show all
Defined in:
lib/couchbase/management/user_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/user_manager.rb
more...

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]

355
356
357
# File 'lib/couchbase/management/user_manager.rb', line 355

def initialize
  yield self if block_given?
end

Instance Attribute Details

#name=(value) ⇒ String (writeonly)

Returns:

  • (String)

353
354
355
# File 'lib/couchbase/management/user_manager.rb', line 353

def name=(value)
  @name = value
end

#type=(value) ⇒ String (writeonly)

Returns:

  • (String)

350
351
352
# File 'lib/couchbase/management/user_manager.rb', line 350

def type=(value)
  @type = value
end