Class: KalturaApi::KalturaApiActionPermissionItem

Inherits:
KalturaPermissionItem show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaPermissionItem

#created_at, #id, #partner_id, #tags, #type, #updated_at

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#actionObject

Returns the value of attribute action.



6227
6228
6229
# File 'lib/kaltura_client.rb', line 6227

def action
  @action
end

#serviceObject

Returns the value of attribute service.



6226
6227
6228
# File 'lib/kaltura_client.rb', line 6226

def service
  @service
end