Class: Couchbase::Management::Origin
- Inherits:
-
Object
- Object
- Couchbase::Management::Origin
- Defined in:
- lib/couchbase/management/user_manager.rb,
/code/couchbase-ruby-client/lib/couchbase/management/user_manager.rb
Instance Attribute Summary collapse
- #name ⇒ String writeonly
- #type ⇒ String writeonly
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ Origin
constructor
A new instance of Origin.
Constructor Details
#initialize {|self| ... } ⇒ Origin
Returns a new instance of Origin.
388 389 390 |
# File 'lib/couchbase/management/user_manager.rb', line 388 def initialize yield self if block_given? end |
Instance Attribute Details
#name=(value) ⇒ String (writeonly)
385 386 387 |
# File 'lib/couchbase/management/user_manager.rb', line 385 def name=(value) @name = value end |
#type=(value) ⇒ String (writeonly)
382 383 384 |
# File 'lib/couchbase/management/user_manager.rb', line 382 def type=(value) @type = value end |