Class: Kaltura::KalturaThumbnailServeOptions

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#downloadObject

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