Class: Kaltura::KalturaPreviewRestriction

Inherits:
KalturaSessionRestriction 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

#preview_lengthObject

The preview restriction length



11957
11958
11959
# File 'lib/kaltura_types.rb', line 11957

def preview_length
  @preview_length
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



11963
11964
11965
11966
# File 'lib/kaltura_types.rb', line 11963

def from_xml(xml_element)
	super
	self.preview_length = xml_element.elements['previewLength'].text
end