Class: Kaltura::KalturaTubeMogulSyndicationFeed
- Inherits:
-
KalturaBaseSyndicationFeed
- Object
- KalturaObjectBase
- KalturaBaseSyndicationFeed
- Kaltura::KalturaTubeMogulSyndicationFeed
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
Attributes inherited from KalturaBaseSyndicationFeed
#add_to_default_conversion_profile, #allow_embed, #categories, #created_at, #enforce_entitlement, #entries_order_by, #feed_content_type_header, #feed_url, #flavor_param_id, #id, #landing_page, #name, #partner_id, #player_uiconf_id, #playlist_id, #privacy_context, #status, #storage_id, #transcode_existing_content, #type, #updated_at, #use_category_entries
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
15672 15673 15674 |
# File 'lib/kaltura_types.rb', line 15672 def category @category end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
15675 15676 15677 15678 15679 15680 |
# File 'lib/kaltura_types.rb', line 15675 def from_xml(xml_element) super if xml_element.elements['category'] != nil self.category = xml_element.elements['category'].text end end |