Class: Kaltura::KalturaCaptionAssetItem
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCaptionAssetItem
- Defined in:
- lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb
Instance Attribute Summary collapse
-
#asset ⇒ Object
The Caption Asset object.
-
#content ⇒ Object
Returns the value of attribute content.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#entry ⇒ Object
The entry object.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#asset ⇒ Object
The Caption Asset object
36 37 38 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 36 def asset @asset end |
#content ⇒ Object
Returns the value of attribute content.
42 43 44 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 42 def content @content end |
#end_time ⇒ Object
Returns the value of attribute end_time.
41 42 43 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 41 def end_time @end_time end |
#entry ⇒ Object
The entry object
39 40 41 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 39 def entry @entry end |
#start_time ⇒ Object
Returns the value of attribute start_time.
40 41 42 |
# File 'lib/kaltura_plugins/kaltura_caption_search_client_plugin.rb', line 40 def start_time @start_time end |