Class: Kaltura::KalturaCondition

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

#descriptionObject

Returns the value of attribute description.



2364
2365
2366
# File 'lib/kaltura_client.rb', line 2364

def description
  @description
end

#notObject

Returns the value of attribute not.



2365
2366
2367
# File 'lib/kaltura_client.rb', line 2365

def not
  @not
end

#typeObject

The type of the access control condition



2363
2364
2365
# File 'lib/kaltura_client.rb', line 2363

def type
  @type
end