Class: ArangoDb::Index
- Inherits:
-
Object
- Object
- ArangoDb::Index
- Defined in:
- lib/arangodb-odm.rb
Instance Attribute Summary collapse
-
#indices ⇒ Object
Returns the value of attribute indices.
Instance Method Summary collapse
-
#initialize(indices) ⇒ Index
constructor
A new instance of Index.
Constructor Details
#initialize(indices) ⇒ Index
Returns a new instance of Index.
38 39 40 |
# File 'lib/arangodb-odm.rb', line 38 def initialize(indices) @indices = indices end |
Instance Attribute Details
#indices ⇒ Object
Returns the value of attribute indices.
36 37 38 |
# File 'lib/arangodb-odm.rb', line 36 def indices @indices end |