Class: Kaltura::KalturaReportGraph

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#dataObject

Returns the value of attribute data.



4970
4971
4972
# File 'lib/kaltura_types.rb', line 4970

def data
  @data
end

#idObject

Returns the value of attribute id.



4969
4970
4971
# File 'lib/kaltura_types.rb', line 4969

def id
  @id
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



4973
4974
4975
4976
4977
# File 'lib/kaltura_types.rb', line 4973

def from_xml(xml_element)
	super
	self.id = xml_element.elements['id'].text
	self.data = xml_element.elements['data'].text
end