class Kaltura::KalturaTubeMogulSyndicationFeed
Attributes
category[RW]
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaBaseSyndicationFeed#from_xml
# File lib/kaltura_types.rb, line 15401 def from_xml(xml_element) super if xml_element.elements['category'] != nil self.category = xml_element.elements['category'].text end end