Class: Kaltura::KalturaESearchCategoryAggregationItem
- Inherits:
-
KalturaESearchAggregationItem
- Object
- KalturaObjectBase
- KalturaESearchAggregationItem
- Kaltura::KalturaESearchCategoryAggregationItem
- 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.
663 664 665 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 663 def field_name @field_name end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
666 667 668 669 670 671 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 666 def from_xml(xml_element) super if xml_element.elements['fieldName'] != nil self.field_name = xml_element.elements['fieldName'].text end end |