Class: Kaltura::KalturaPlayableEntry
- Inherits:
-
KalturaBaseEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- Kaltura::KalturaPlayableEntry
- Defined in:
- lib/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 KalturaBaseEntry
#access_control_id, #admin_tags, #categories, #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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration.
1565 1566 1567 |
# File 'lib/kaltura_client.rb', line 1565 def duration @duration end |
#duration_type ⇒ Object
Returns the value of attribute duration_type.
1567 1568 1569 |
# File 'lib/kaltura_client.rb', line 1567 def duration_type @duration_type end |
#height ⇒ Object
Returns the value of attribute height.
1564 1565 1566 |
# File 'lib/kaltura_client.rb', line 1564 def height @height end |
#ms_duration ⇒ Object
Returns the value of attribute ms_duration.
1566 1567 1568 |
# File 'lib/kaltura_client.rb', line 1566 def ms_duration @ms_duration end |
#plays ⇒ Object
Returns the value of attribute plays.
1561 1562 1563 |
# File 'lib/kaltura_client.rb', line 1561 def plays @plays end |
#views ⇒ Object
Returns the value of attribute views.
1562 1563 1564 |
# File 'lib/kaltura_client.rb', line 1562 def views @views end |
#width ⇒ Object
Returns the value of attribute width.
1563 1564 1565 |
# File 'lib/kaltura_client.rb', line 1563 def width @width end |