Class: Elasticated::ShardsInfo
- Inherits:
-
Struct
- Object
- Struct
- Elasticated::ShardsInfo
- Defined in:
- lib/elasticated/results.rb
Instance Attribute Summary collapse
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#successful ⇒ Object
Returns the value of attribute successful.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#failed ⇒ Object
Returns the value of attribute failed
3 4 5 |
# File 'lib/elasticated/results.rb', line 3 def failed @failed end |
#successful ⇒ Object
Returns the value of attribute successful
3 4 5 |
# File 'lib/elasticated/results.rb', line 3 def successful @successful end |
#total ⇒ Object
Returns the value of attribute total
3 4 5 |
# File 'lib/elasticated/results.rb', line 3 def total @total end |