Class: Kaltura::KalturaLimitFlavorsRestriction
- Inherits:
-
KalturaBaseRestriction
- Object
- KalturaObjectBase
- KalturaBaseRestriction
- Kaltura::KalturaLimitFlavorsRestriction
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#flavor_params_ids ⇒ Object
Comma separated list of flavor params ids to allow to deny.
-
#limit_flavors_restriction_type ⇒ Object
Limit flavors restriction type (Allow or deny).
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#flavor_params_ids ⇒ Object
Comma separated list of flavor params ids to allow to deny
7565 7566 7567 |
# File 'lib/kaltura_client.rb', line 7565 def flavor_params_ids @flavor_params_ids end |
#limit_flavors_restriction_type ⇒ Object
Limit flavors restriction type (Allow or deny)
7562 7563 7564 |
# File 'lib/kaltura_client.rb', line 7562 def limit_flavors_restriction_type @limit_flavors_restriction_type end |