Class: Kaltura::KalturaFlavorAssetUrlOptions

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

#file_nameObject

The name of the downloaded file



2842
2843
2844
# File 'lib/kaltura_types.rb', line 2842

def file_name
  @file_name
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



2845
2846
2847
2848
# File 'lib/kaltura_types.rb', line 2845

def from_xml(xml_element)
	super
	self.file_name = xml_element.elements['fileName'].text
end