Class: Kaltura::KalturaKeyValue

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

Overview

A key value pair representation to return an array of key-value pairs (associative array)

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2450
2451
2452
# File 'lib/kaltura_client.rb', line 2450

def key
  @key
end

#valueObject

Returns the value of attribute value.



2451
2452
2453
# File 'lib/kaltura_client.rb', line 2451

def value
  @value
end