Class: Kaltura::KalturaESearchEntryAggregationItem
- Inherits:
-
KalturaESearchAggregationItem
- Object
- KalturaObjectBase
- KalturaESearchAggregationItem
- Kaltura::KalturaESearchEntryAggregationItem
- Defined in:
- lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb
Instance Attribute Summary collapse
-
#field_name ⇒ Object
Returns the value of attribute field_name.
Attributes inherited from KalturaESearchAggregationItem
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#field_name ⇒ Object
Returns the value of attribute field_name.
809 810 811 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 809 def field_name @field_name end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
812 813 814 815 816 817 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 812 def from_xml(xml_element) super if xml_element.elements['fieldName'] != nil self.field_name = xml_element.elements['fieldName'].text end end |