Class: Kaltura::KalturaUserAgentRestriction

Inherits:
KalturaBaseRestriction 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

#user_agent_regex_listObject

A comma seperated list of user agent regular expressions



8103
8104
8105
# File 'lib/kaltura_client.rb', line 8103

def user_agent_regex_list
  @user_agent_regex_list
end

#user_agent_restriction_typeObject

User agent restriction type (Allow or deny)



8100
8101
8102
# File 'lib/kaltura_client.rb', line 8100

def user_agent_restriction_type
  @user_agent_restriction_type
end