Class: Kaltura::KalturaTypedArray
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaTypedArray
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
8144 8145 8146 |
# File 'lib/kaltura_types.rb', line 8144 def count @count end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
8150 8151 8152 8153 8154 8155 |
# File 'lib/kaltura_types.rb', line 8150 def from_xml(xml_element) super if xml_element.elements['count'] != nil self.count = xml_element.elements['count'].text end end |