Class: Kaltura::PlayableEntry
- Inherits:
-
BaseEntry
- Object
- ObjectBase
- BaseEntry
- Kaltura::PlayableEntry
- Defined in:
- lib/kaltura/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#duration_type ⇒ Object
Returns the value of attribute duration_type.
-
#height ⇒ Object
Returns the value of attribute height.
-
#ms_duration ⇒ Object
Returns the value of attribute ms_duration.
-
#plays ⇒ Object
Returns the value of attribute plays.
-
#views ⇒ Object
Returns the value of attribute views.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from BaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #created_at, #description, #download_url, #end_date, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #partner_data, #partner_id, #rank, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #user_id, #version, #votes
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration.
403 404 405 |
# File 'lib/kaltura/kaltura_client.rb', line 403 def duration @duration end |
#duration_type ⇒ Object
Returns the value of attribute duration_type.
405 406 407 |
# File 'lib/kaltura/kaltura_client.rb', line 405 def duration_type @duration_type end |
#height ⇒ Object
Returns the value of attribute height.
402 403 404 |
# File 'lib/kaltura/kaltura_client.rb', line 402 def height @height end |
#ms_duration ⇒ Object
Returns the value of attribute ms_duration.
404 405 406 |
# File 'lib/kaltura/kaltura_client.rb', line 404 def ms_duration @ms_duration end |
#plays ⇒ Object
Returns the value of attribute plays.
399 400 401 |
# File 'lib/kaltura/kaltura_client.rb', line 399 def plays @plays end |
#views ⇒ Object
Returns the value of attribute views.
400 401 402 |
# File 'lib/kaltura/kaltura_client.rb', line 400 def views @views end |
#width ⇒ Object
Returns the value of attribute width.
401 402 403 |
# File 'lib/kaltura/kaltura_client.rb', line 401 def width @width end |