Class: Kaltura::KalturaLiveEntryRecordingOptions

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

Overview

A representation of a live stream recording entry configuration

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

#should_copy_entitlementObject

Returns the value of attribute should_copy_entitlement.



3209
3210
3211
# File 'lib/kaltura_types.rb', line 3209

def should_copy_entitlement
  @should_copy_entitlement
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



3215
3216
3217
3218
# File 'lib/kaltura_types.rb', line 3215

def from_xml(xml_element)
	super
	self.should_copy_entitlement = xml_element.elements['shouldCopyEntitlement'].text
end