Class: Elastictastic::BulkPersistenceStrategy::Operation

Inherits:
Struct
  • Object
show all
Defined in:
lib/elastictastic/bulk_persistence_strategy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



6
7
8
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6

def commands
  @commands
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



6
7
8
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6

def handler
  @handler
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6

def id
  @id
end

#skipObject

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



6
7
8
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6

def skip
  @skip
end