Module: Elastic::Nodes::Concerns::HitProvider
Instance Attribute Summary collapse
-
#size ⇒ Object
Returns the value of attribute size.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
Instance Attribute Details
#size ⇒ Object
Returns the value of attribute size.
3 4 5 |
# File 'lib/elastic/nodes/concerns/hit_provider.rb', line 3 def size @size end |
#source ⇒ Object
Returns the value of attribute source.
4 5 6 |
# File 'lib/elastic/nodes/concerns/hit_provider.rb', line 4 def source @source end |
Instance Method Details
#clone ⇒ Object
17 18 19 |
# File 'lib/elastic/nodes/concerns/hit_provider.rb', line 17 def clone super end |
#simplify ⇒ Object
21 22 23 |
# File 'lib/elastic/nodes/concerns/hit_provider.rb', line 21 def simplify super end |