Class: Kaltura::KalturaCuePoint
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCuePoint
- Defined in:
- lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb
Direct Known Subclasses
KalturaAdCuePoint, KalturaAnnotation, KalturaAnswerCuePoint, KalturaCodeCuePoint, KalturaEventCuePoint, KalturaQuestionCuePoint, KalturaThumbCuePoint
Instance Attribute Summary collapse
-
#copied_from ⇒ Object
Returns the value of attribute copied_from.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#cue_point_type ⇒ Object
Returns the value of attribute cue_point_type.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#force_stop ⇒ Object
Returns the value of attribute force_stop.
-
#id ⇒ Object
Returns the value of attribute id.
-
#int_id ⇒ Object
Returns the value of attribute int_id.
-
#is_momentary ⇒ Object
Returns the value of attribute is_momentary.
-
#partner_data ⇒ Object
Returns the value of attribute partner_data.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
-
#start_time ⇒ Object
Start time in milliseconds.
-
#status ⇒ Object
Returns the value of attribute status.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
-
#triggered_at ⇒ Object
Returns the value of attribute triggered_at.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#copied_from ⇒ Object
Returns the value of attribute copied_from.
112 113 114 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 112 def copied_from @copied_from end |
#created_at ⇒ Object
Returns the value of attribute created_at.
99 100 101 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 99 def created_at @created_at end |
#cue_point_type ⇒ Object
Returns the value of attribute cue_point_type.
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 95 def cue_point_type @cue_point_type end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
97 98 99 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 97 def entry_id @entry_id end |
#force_stop ⇒ Object
Returns the value of attribute force_stop.
108 109 110 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 108 def force_stop @force_stop end |
#id ⇒ Object
Returns the value of attribute id.
93 94 95 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 93 def id @id end |
#int_id ⇒ Object
Returns the value of attribute int_id.
94 95 96 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 94 def int_id @int_id end |
#is_momentary ⇒ Object
Returns the value of attribute is_momentary.
111 112 113 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 111 def is_momentary @is_momentary end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
106 107 108 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 106 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
98 99 100 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 98 def partner_id @partner_id end |
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
107 108 109 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 107 def partner_sort_value @partner_sort_value end |
#start_time ⇒ Object
Start time in milliseconds
104 105 106 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 104 def start_time @start_time end |
#status ⇒ Object
Returns the value of attribute status.
96 97 98 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 96 def status @status end |
#system_name ⇒ Object
Returns the value of attribute system_name.
110 111 112 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 110 def system_name @system_name end |
#tags ⇒ Object
Returns the value of attribute tags.
102 103 104 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 102 def @tags end |
#thumb_offset ⇒ Object
Returns the value of attribute thumb_offset.
109 110 111 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 109 def thumb_offset @thumb_offset end |
#triggered_at ⇒ Object
Returns the value of attribute triggered_at.
101 102 103 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 101 def triggered_at @triggered_at end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
100 101 102 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 100 def updated_at @updated_at end |
#user_id ⇒ Object
Returns the value of attribute user_id.
105 106 107 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 105 def user_id @user_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/kaltura_plugins/kaltura_cue_point_client_plugin.rb', line 148 def from_xml(xml_element) super if xml_element.elements['id'] != nil self.id = xml_element.elements['id'].text end if xml_element.elements['intId'] != nil self.int_id = xml_element.elements['intId'].text end if xml_element.elements['cuePointType'] != nil self.cue_point_type = xml_element.elements['cuePointType'].text end if xml_element.elements['status'] != nil self.status = xml_element.elements['status'].text end if xml_element.elements['entryId'] != nil self.entry_id = xml_element.elements['entryId'].text end if xml_element.elements['partnerId'] != nil self.partner_id = xml_element.elements['partnerId'].text end if xml_element.elements['createdAt'] != nil self.created_at = xml_element.elements['createdAt'].text end if xml_element.elements['updatedAt'] != nil self.updated_at = xml_element.elements['updatedAt'].text end if xml_element.elements['triggeredAt'] != nil self.triggered_at = xml_element.elements['triggeredAt'].text end if xml_element.elements['tags'] != nil self. = xml_element.elements['tags'].text end if xml_element.elements['startTime'] != nil self.start_time = xml_element.elements['startTime'].text end if xml_element.elements['userId'] != nil self.user_id = xml_element.elements['userId'].text end if xml_element.elements['partnerData'] != nil self.partner_data = xml_element.elements['partnerData'].text end if xml_element.elements['partnerSortValue'] != nil self.partner_sort_value = xml_element.elements['partnerSortValue'].text end if xml_element.elements['forceStop'] != nil self.force_stop = xml_element.elements['forceStop'].text end if xml_element.elements['thumbOffset'] != nil self.thumb_offset = xml_element.elements['thumbOffset'].text end if xml_element.elements['systemName'] != nil self.system_name = xml_element.elements['systemName'].text end if xml_element.elements['isMomentary'] != nil self.is_momentary = xml_element.elements['isMomentary'].text end if xml_element.elements['copiedFrom'] != nil self.copied_from = xml_element.elements['copiedFrom'].text end end |