Class: Kaltura::KalturaRule

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

#actionsObject

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

#conditionsObject

Conditions to validate the rule



2381
2382
2383
# File 'lib/kaltura_client.rb', line 2381

def conditions
  @conditions
end

#contextsObject

Indicates what contexts should be tested by this rule



2384
2385
2386
# File 'lib/kaltura_client.rb', line 2384

def contexts
  @contexts
end

#messageObject

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

#stop_processingObject

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