Class: Kaltura::KalturaFairPlayPlaybackPluginData

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

Instance Attribute Summary collapse

Attributes inherited from KalturaDrmPlaybackPluginData

#license_url, #scheme

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#certificateObject

Returns the value of attribute certificate.



16582
16583
16584
# File 'lib/kaltura_types.rb', line 16582

def certificate
  @certificate
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



16585
16586
16587
16588
16589
16590
# File 'lib/kaltura_types.rb', line 16585

def from_xml(xml_element)
	super
	if xml_element.elements['certificate'] != nil
		self.certificate = xml_element.elements['certificate'].text
	end
end