Class: KalturaApi::KalturaEvalStringField
- Inherits:
-
KalturaStringField
- Object
- KalturaObjectBase
- KalturaValue
- KalturaStringValue
- KalturaStringField
- KalturaApi::KalturaEvalStringField
- Defined in:
- lib/kaltura_client.rb
Overview
Evaluates PHP statement, depends on the execution context
Instance Attribute Summary collapse
-
#code ⇒ Object
PHP code.
Attributes inherited from KalturaStringValue
Attributes inherited from KalturaValue
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#code ⇒ Object
PHP code
8655 8656 8657 |
# File 'lib/kaltura_client.rb', line 8655 def code @code end |