Class: Kaltura::KalturaEntryContextDataResult
- Inherits:
-
KalturaContextDataResult
- Object
- KalturaObjectBase
- KalturaContextDataResult
- Kaltura::KalturaEntryContextDataResult
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#access_control_actions ⇒ Object
Array of actions as received from the access control rules that invalidated.
-
#access_control_messages ⇒ Object
Array of messages as received from the access control rules that invalidated.
-
#flavor_assets ⇒ Object
Array of allowed flavor assets according to access control limitations and requested tags.
-
#is_admin ⇒ Object
Returns the value of attribute is_admin.
-
#is_country_restricted ⇒ Object
Returns the value of attribute is_country_restricted.
-
#is_ip_address_restricted ⇒ Object
Returns the value of attribute is_ip_address_restricted.
-
#is_scheduled_now ⇒ Object
Returns the value of attribute is_scheduled_now.
-
#is_session_restricted ⇒ Object
Returns the value of attribute is_session_restricted.
-
#is_site_restricted ⇒ Object
Returns the value of attribute is_site_restricted.
-
#is_user_agent_restricted ⇒ Object
Returns the value of attribute is_user_agent_restricted.
-
#media_protocol ⇒ Object
http/https, rtmp/rtmpe.
-
#preview_length ⇒ Object
Returns the value of attribute preview_length.
-
#storage_profiles_xml ⇒ Object
Returns the value of attribute storage_profiles_xml.
-
#streamer_type ⇒ Object
http/rtmp/hdnetwork.
Attributes inherited from KalturaContextDataResult
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#access_control_actions ⇒ Object
Array of actions as received from the access control rules that invalidated
7380 7381 7382 |
# File 'lib/kaltura_client.rb', line 7380 def access_control_actions @access_control_actions end |
#access_control_messages ⇒ Object
Array of messages as received from the access control rules that invalidated
7377 7378 7379 |
# File 'lib/kaltura_client.rb', line 7377 def @access_control_messages end |
#flavor_assets ⇒ Object
Array of allowed flavor assets according to access control limitations and requested tags
7383 7384 7385 |
# File 'lib/kaltura_client.rb', line 7383 def flavor_assets @flavor_assets end |
#is_admin ⇒ Object
Returns the value of attribute is_admin.
7367 7368 7369 |
# File 'lib/kaltura_client.rb', line 7367 def is_admin @is_admin end |
#is_country_restricted ⇒ Object
Returns the value of attribute is_country_restricted.
7361 7362 7363 |
# File 'lib/kaltura_client.rb', line 7361 def is_country_restricted @is_country_restricted end |
#is_ip_address_restricted ⇒ Object
Returns the value of attribute is_ip_address_restricted.
7363 7364 7365 |
# File 'lib/kaltura_client.rb', line 7363 def is_ip_address_restricted @is_ip_address_restricted end |
#is_scheduled_now ⇒ Object
Returns the value of attribute is_scheduled_now.
7366 7367 7368 |
# File 'lib/kaltura_client.rb', line 7366 def is_scheduled_now @is_scheduled_now end |
#is_session_restricted ⇒ Object
Returns the value of attribute is_session_restricted.
7362 7363 7364 |
# File 'lib/kaltura_client.rb', line 7362 def is_session_restricted @is_session_restricted end |
#is_site_restricted ⇒ Object
Returns the value of attribute is_site_restricted.
7360 7361 7362 |
# File 'lib/kaltura_client.rb', line 7360 def is_site_restricted @is_site_restricted end |
#is_user_agent_restricted ⇒ Object
Returns the value of attribute is_user_agent_restricted.
7364 7365 7366 |
# File 'lib/kaltura_client.rb', line 7364 def is_user_agent_restricted @is_user_agent_restricted end |
#media_protocol ⇒ Object
http/https, rtmp/rtmpe
7373 7374 7375 |
# File 'lib/kaltura_client.rb', line 7373 def media_protocol @media_protocol end |
#preview_length ⇒ Object
Returns the value of attribute preview_length.
7365 7366 7367 |
# File 'lib/kaltura_client.rb', line 7365 def preview_length @preview_length end |
#storage_profiles_xml ⇒ Object
Returns the value of attribute storage_profiles_xml.
7374 7375 7376 |
# File 'lib/kaltura_client.rb', line 7374 def storage_profiles_xml @storage_profiles_xml end |
#streamer_type ⇒ Object
http/rtmp/hdnetwork
7370 7371 7372 |
# File 'lib/kaltura_client.rb', line 7370 def streamer_type @streamer_type end |