Class: Kaltura::KalturaEvalStringField

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

Overview

Evaluates PHP statement, depends on the execution context

Instance Attribute Summary collapse

Attributes inherited from KalturaStringValue

#value

Attributes inherited from KalturaValue

#description

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#codeObject

PHP code



8655
8656
8657
# File 'lib/kaltura_client.rb', line 8655

def code
  @code
end