Class: Kaltura::KalturaPlayableEntry

Inherits:
KalturaBaseEntry show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaMediaEntry, KalturaMixEntry

Instance Attribute Summary collapse

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

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#durationObject

Returns the value of attribute duration.



1565
1566
1567
# File 'lib/kaltura_client.rb', line 1565

def duration
  @duration
end

#duration_typeObject

Returns the value of attribute duration_type.



1567
1568
1569
# File 'lib/kaltura_client.rb', line 1567

def duration_type
  @duration_type
end

#heightObject

Returns the value of attribute height.



1564
1565
1566
# File 'lib/kaltura_client.rb', line 1564

def height
  @height
end

#ms_durationObject

Returns the value of attribute ms_duration.



1566
1567
1568
# File 'lib/kaltura_client.rb', line 1566

def ms_duration
  @ms_duration
end

#playsObject

Returns the value of attribute plays.



1561
1562
1563
# File 'lib/kaltura_client.rb', line 1561

def plays
  @plays
end

#viewsObject

Returns the value of attribute views.



1562
1563
1564
# File 'lib/kaltura_client.rb', line 1562

def views
  @views
end

#widthObject

Returns the value of attribute width.



1563
1564
1565
# File 'lib/kaltura_client.rb', line 1563

def width
  @width
end