Class: Kaltura::KalturaResponseProfileMapping
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaResponseProfileMapping
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#allow_null ⇒ Object
Returns the value of attribute allow_null.
-
#filter_property ⇒ Object
Returns the value of attribute filter_property.
-
#parent_property ⇒ Object
Returns the value of attribute parent_property.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#allow_null ⇒ Object
Returns the value of attribute allow_null.
2384 2385 2386 |
# File 'lib/kaltura_types.rb', line 2384 def allow_null @allow_null end |
#filter_property ⇒ Object
Returns the value of attribute filter_property.
2383 2384 2385 |
# File 'lib/kaltura_types.rb', line 2383 def filter_property @filter_property end |
#parent_property ⇒ Object
Returns the value of attribute parent_property.
2382 2383 2384 |
# File 'lib/kaltura_types.rb', line 2382 def parent_property @parent_property end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
2390 2391 2392 2393 2394 2395 |
# File 'lib/kaltura_types.rb', line 2390 def from_xml(xml_element) super self.parent_property = xml_element.elements['parentProperty'].text self.filter_property = xml_element.elements['filterProperty'].text self.allow_null = xml_element.elements['allowNull'].text end |