Class: Kaltura::KalturaCuePoint

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



60
61
62
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 60

def created_at
  @created_at
end

#cue_point_typeObject

Returns the value of attribute cue_point_type.



56
57
58
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 56

def cue_point_type
  @cue_point_type
end

#entry_idObject

Returns the value of attribute entry_id.



58
59
60
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 58

def entry_id
  @entry_id
end

#force_stopObject

Returns the value of attribute force_stop.



69
70
71
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 69

def force_stop
  @force_stop
end

#idObject

Returns the value of attribute id.



55
56
57
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 55

def id
  @id
end

#partner_dataObject

Returns the value of attribute partner_data.



67
68
69
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 67

def partner_data
  @partner_data
end

#partner_idObject

Returns the value of attribute partner_id.



59
60
61
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 59

def partner_id
  @partner_id
end

#partner_sort_valueObject

Returns the value of attribute partner_sort_value.



68
69
70
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 68

def partner_sort_value
  @partner_sort_value
end

#start_timeObject

Start time in milliseconds



65
66
67
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 65

def start_time
  @start_time
end

#statusObject

Returns the value of attribute status.



57
58
59
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 57

def status
  @status
end

#system_nameObject

Returns the value of attribute system_name.



71
72
73
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 71

def system_name
  @system_name
end

#tagsObject

Returns the value of attribute tags.



62
63
64
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 62

def tags
  @tags
end

#thumb_offsetObject

Returns the value of attribute thumb_offset.



70
71
72
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 70

def thumb_offset
  @thumb_offset
end

#updated_atObject

Returns the value of attribute updated_at.



61
62
63
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 61

def updated_at
  @updated_at
end

#user_idObject

Returns the value of attribute user_id.



66
67
68
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 66

def user_id
  @user_id
end