Class: Couchbase::Bucket::ViewRow
- Inherits:
-
Object
- Object
- Couchbase::Bucket::ViewRow
- Defined in:
- lib/couchbase/view_options.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/view_options.rb more...
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ ViewRow
constructor
A new instance of ViewRow.
Constructor Details
#initialize {|self| ... } ⇒ ViewRow
Returns a new instance of ViewRow.
30 31 32 |
# File 'lib/couchbase/view_options.rb', line 30 def initialize yield self if block_given? end |
Instance Attribute Details
#id ⇒ String
21 22 23 |
# File 'lib/couchbase/view_options.rb', line 21 def id @id end |
#key ⇒ #to_json
24 25 26 |
# File 'lib/couchbase/view_options.rb', line 24 def key @key end |
#value ⇒ #to_json
27 28 29 |
# File 'lib/couchbase/view_options.rb', line 27 def value @value end |