class Kaltura::KalturaStringResource
Used to ingest string content.
Attributes
content[RW]
Textual content
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaContentResource#from_xml
# File lib/kaltura_types.rb, line 18257 def from_xml(xml_element) super if xml_element.elements['content'] != nil self.content = xml_element.elements['content'].text end end