Class: Elastictastic::BulkPersistenceStrategy::Operation
- Inherits:
-
Struct
- Object
- Struct
- Elastictastic::BulkPersistenceStrategy::Operation
- Defined in:
- lib/elastictastic/bulk_persistence_strategy.rb
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#id ⇒ Object
Returns the value of attribute id.
-
#skip ⇒ Object
Returns the value of attribute skip.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands
6 7 8 |
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6 def commands @commands end |
#handler ⇒ Object
Returns the value of attribute handler
6 7 8 |
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6 def handler @handler end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6 def id @id end |
#skip ⇒ Object
Returns the value of attribute skip
6 7 8 |
# File 'lib/elastictastic/bulk_persistence_strategy.rb', line 6 def skip @skip end |