Class: Kaltura::KalturaTimedThumbAsset
- Inherits:
-
KalturaThumbAsset
- Object
- KalturaObjectBase
- KalturaAsset
- KalturaThumbAsset
- Kaltura::KalturaTimedThumbAsset
- Defined in:
- lib/kaltura_plugins/kaltura_thumb_cue_point_client_plugin.rb
Instance Attribute Summary collapse
-
#cue_point_id ⇒ Object
Associated thumb cue point ID.
Attributes inherited from KalturaThumbAsset
#height, #status, #thumb_params_id, #width
Attributes inherited from KalturaAsset
#actual_source_asset_params_ids, #created_at, #deleted_at, #description, #entry_id, #file_ext, #id, #partner_data, #partner_description, #partner_id, #size, #size_in_bytes, #tags, #updated_at, #version
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#cue_point_id ⇒ Object
Associated thumb cue point ID
90 91 92 |
# File 'lib/kaltura_plugins/kaltura_thumb_cue_point_client_plugin.rb', line 90 def cue_point_id @cue_point_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
93 94 95 96 97 98 |
# File 'lib/kaltura_plugins/kaltura_thumb_cue_point_client_plugin.rb', line 93 def from_xml(xml_element) super if xml_element.elements['cuePointId'] != nil self.cue_point_id = xml_element.elements['cuePointId'].text end end |