Class: Couchbase::Management::Origin
- Inherits:
-
Object
- Object
- Couchbase::Management::Origin
- 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
- #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.
386 387 388 |
# File 'lib/couchbase/management/user_manager.rb', line 386 def initialize yield self if block_given? end |
Instance Attribute Details
#name=(value) ⇒ String (writeonly)
383 384 385 |
# File 'lib/couchbase/management/user_manager.rb', line 383 def name=(value) @name = value end |
#type=(value) ⇒ String (writeonly)
380 381 382 |
# File 'lib/couchbase/management/user_manager.rb', line 380 def type=(value) @type = value end |