Module: AttributesReader
- Included in:
- MultiSearchRequest, SearchRequest, SearchSourceBuilder
- Defined in:
- lib/attributes_reader.rb
Defined Under Namespace
Classes: Attributes, MissingAttributeError
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
34 35 36 37 |
# File 'lib/attributes_reader.rb', line 34 def attributes @attributes ||= Attributes.new(self) return @attributes end |