Class: Couchbase::Management::Role
- Inherits:
-
Object
- Object
- Couchbase::Management::Role
show all
- Defined in:
- lib/couchbase/management/user_manager.rb
Instance Attribute Summary collapse
Instance Method Summary
collapse
Constructor Details
#initialize {|self| ... } ⇒ Role
Returns a new instance of Role.
[View source]
359
360
361
|
# File 'lib/couchbase/management/user_manager.rb', line 359
def initialize
yield self if block_given?
end
|
Instance Attribute Details
#bucket ⇒ String
350
351
352
|
# File 'lib/couchbase/management/user_manager.rb', line 350
def bucket
@bucket
end
|
#collection ⇒ String
356
357
358
|
# File 'lib/couchbase/management/user_manager.rb', line 356
def collection
@collection
end
|
#name ⇒ String
347
348
349
|
# File 'lib/couchbase/management/user_manager.rb', line 347
def name
@name
end
|
#scope ⇒ String
353
354
355
|
# File 'lib/couchbase/management/user_manager.rb', line 353
def scope
@scope
end
|