Class: Kaltura::KalturaEntryContextDataResult

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

Instance Attribute Summary collapse

Attributes inherited from KalturaContextDataResult

#actions, #messages

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#access_control_actionsObject

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_messagesObject

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
  @access_control_messages
end

#flavor_assetsObject

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_adminObject

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_restrictedObject

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_restrictedObject

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_nowObject

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_restrictedObject

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_restrictedObject

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_restrictedObject

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_protocolObject

http/https, rtmp/rtmpe



7373
7374
7375
# File 'lib/kaltura_client.rb', line 7373

def media_protocol
  @media_protocol
end

#preview_lengthObject

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_xmlObject

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_typeObject

http/rtmp/hdnetwork



7370
7371
7372
# File 'lib/kaltura_client.rb', line 7370

def streamer_type
  @streamer_type
end