Class: Kaltura::KalturaEvalBooleanField
- Inherits:
-
KalturaBooleanField
- Object
- KalturaObjectBase
- KalturaValue
- KalturaBooleanValue
- KalturaBooleanField
- Kaltura::KalturaEvalBooleanField
- Defined in:
- lib/kaltura_types.rb
Overview
Evaluates PHP statement, depends on the execution context
Instance Attribute Summary collapse
-
#code ⇒ Object
PHP code.
Attributes inherited from KalturaBooleanValue
Attributes inherited from KalturaValue
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#code ⇒ Object
PHP code
12635 12636 12637 |
# File 'lib/kaltura_types.rb', line 12635 def code @code end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
12638 12639 12640 12641 |
# File 'lib/kaltura_types.rb', line 12638 def from_xml(xml_element) super self.code = xml_element.elements['code'].text end |