class Kaltura::KalturaGoogleVideoSyndicationFeed
Attributes
adult_content[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 13649 def from_xml(xml_element) super if xml_element.elements['adultContent'] != nil self.adult_content = xml_element.elements['adultContent'].text end end