Class: Kaltura::KalturaThumbnailServeOptions
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaThumbnailServeOptions
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#download ⇒ Object
Returns the value of attribute download.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#download ⇒ Object
Returns the value of attribute download.
6219 6220 6221 |
# File 'lib/kaltura_types.rb', line 6219 def download @download end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
6225 6226 6227 6228 |
# File 'lib/kaltura_types.rb', line 6225 def from_xml(xml_element) super self.download = xml_element.elements['download'].text end |