Class: Couchbase::Management::Origin
- Inherits:
-
Object
- Object
- Couchbase::Management::Origin
- Defined in:
- lib/couchbase/management/user_manager.rb
Instance Attribute Summary collapse
- #name ⇒ String readonly
- #type ⇒ String readonly
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Origin
constructor
A new instance of Origin.
Constructor Details
#initialize {|_self| ... } ⇒ Origin
Returns a new instance of Origin.
246 247 248 |
# File 'lib/couchbase/management/user_manager.rb', line 246 def initialize yield self if block_given? end |
Instance Attribute Details
#name ⇒ String (readonly)
244 245 246 |
# File 'lib/couchbase/management/user_manager.rb', line 244 def name @name end |
#type ⇒ String (readonly)
241 242 243 |
# File 'lib/couchbase/management/user_manager.rb', line 241 def type @type end |