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]
340
341
342
|
# File 'lib/couchbase/management/user_manager.rb', line 340
def initialize
yield self if block_given?
end
|
Instance Attribute Details
#bucket ⇒ String
331
332
333
|
# File 'lib/couchbase/management/user_manager.rb', line 331
def bucket
@bucket
end
|
#collection ⇒ String
337
338
339
|
# File 'lib/couchbase/management/user_manager.rb', line 337
def collection
@collection
end
|
#name ⇒ String
328
329
330
|
# File 'lib/couchbase/management/user_manager.rb', line 328
def name
@name
end
|
#scope ⇒ String
334
335
336
|
# File 'lib/couchbase/management/user_manager.rb', line 334
def scope
@scope
end
|