Class: Couchbase::Management::Role
- Inherits:
-
Object
- Object
- Couchbase::Management::Role
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| ... } ⇒ Role
Returns a new instance of Role.
[View source]
330
331
332
|
# File 'lib/couchbase/management/user_manager.rb', line 330
def initialize
yield self if block_given?
end
|
Instance Attribute Details
#bucket ⇒ String
322
323
324
|
# File 'lib/couchbase/management/user_manager.rb', line 322
def bucket
@bucket
end
|
#collection ⇒ String
328
329
330
|
# File 'lib/couchbase/management/user_manager.rb', line 328
def collection
@collection
end
|
#name ⇒ String
319
320
321
|
# File 'lib/couchbase/management/user_manager.rb', line 319
def name
@name
end
|
#scope ⇒ String
325
326
327
|
# File 'lib/couchbase/management/user_manager.rb', line 325
def scope
@scope
end
|