Class: Kaltura::KalturaReportTotal
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaReportTotal
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#header ⇒ Object
Returns the value of attribute header.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
5045 5046 5047 |
# File 'lib/kaltura_types.rb', line 5045 def data @data end |
#header ⇒ Object
Returns the value of attribute header.
5044 5045 5046 |
# File 'lib/kaltura_types.rb', line 5044 def header @header end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
5048 5049 5050 5051 5052 |
# File 'lib/kaltura_types.rb', line 5048 def from_xml(xml_element) super self.header = xml_element.elements['header'].text self.data = xml_element.elements['data'].text end |