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
permalink #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 |
permalink #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
permalink #clone ⇒ Object
[View source]
17 18 19 |
# File 'lib/elastic/nodes/concerns/hit_provider.rb', line 17 def clone super end |
permalink #simplify ⇒ Object
[View source]
21 22 23 |
# File 'lib/elastic/nodes/concerns/hit_provider.rb', line 21 def simplify super end |