Class: KalturaApi::KalturaApiParameterPermissionItem

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.



6234
6235
6236
# File 'lib/kaltura_client.rb', line 6234

def action
  @action
end

#objectObject

Returns the value of attribute object.



6232
6233
6234
# File 'lib/kaltura_client.rb', line 6232

def object
  @object
end

#parameterObject

Returns the value of attribute parameter.



6233
6234
6235
# File 'lib/kaltura_client.rb', line 6233

def parameter
  @parameter
end