Class: Kaltura::KalturaESearchMetadataAggregationItem
- Inherits:
-
KalturaESearchAggregationItem
- Object
- KalturaObjectBase
- KalturaESearchAggregationItem
- Kaltura::KalturaESearchMetadataAggregationItem
- 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.
908 909 910 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 908 def field_name @field_name end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
911 912 913 914 915 916 |
# File 'lib/kaltura_plugins/kaltura_elastic_search_client_plugin.rb', line 911 def from_xml(xml_element) super if xml_element.elements['fieldName'] != nil self.field_name = xml_element.elements['fieldName'].text end end |