Class: Elasticated::ShardsInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/elasticated/results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



3
4
5
# File 'lib/elasticated/results.rb', line 3

def failed
  @failed
end

#successfulObject

Returns the value of attribute successful

Returns:

  • (Object)

    the current value of successful



3
4
5
# File 'lib/elasticated/results.rb', line 3

def successful
  @successful
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



3
4
5
# File 'lib/elasticated/results.rb', line 3

def total
  @total
end