Class: Kaltura::KalturaEntryContext

Inherits:
KalturaContext show all
Defined in:
lib/kaltura_client.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

#entry_idObject

The entry ID in the context of which the playlist should be built



7331
7332
7333
# File 'lib/kaltura_client.rb', line 7331

def entry_id
  @entry_id
end

#follow_entry_redirectObject

Is this a redirected entry followup?



7334
7335
7336
# File 'lib/kaltura_client.rb', line 7334

def follow_entry_redirect
  @follow_entry_redirect
end