Class: Kaltura::KalturaRule
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaRule
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Actions to be performed by the player in case the rule is fulfilled.
-
#conditions ⇒ Object
Conditions to validate the rule.
-
#contexts ⇒ Object
Indicates what contexts should be tested by this rule.
-
#message ⇒ Object
Message to be thrown to the player in case the rule is fulfilled.
-
#stop_processing ⇒ Object
Indicates that this rule is enough and no need to continue checking the rest of the rules.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#actions ⇒ Object
Actions to be performed by the player in case the rule is fulfilled
2378 2379 2380 |
# File 'lib/kaltura_client.rb', line 2378 def actions @actions end |
#conditions ⇒ Object
Conditions to validate the rule
2381 2382 2383 |
# File 'lib/kaltura_client.rb', line 2381 def conditions @conditions end |
#contexts ⇒ Object
Indicates what contexts should be tested by this rule
2384 2385 2386 |
# File 'lib/kaltura_client.rb', line 2384 def contexts @contexts end |
#message ⇒ Object
Message to be thrown to the player in case the rule is fulfilled
2375 2376 2377 |
# File 'lib/kaltura_client.rb', line 2375 def @message end |
#stop_processing ⇒ Object
Indicates that this rule is enough and no need to continue checking the rest of the rules
2387 2388 2389 |
# File 'lib/kaltura_client.rb', line 2387 def stop_processing @stop_processing end |