Class: Kaltura::KalturaEntryReferrerLiveStats

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

Instance Attribute Summary collapse

Attributes inherited from KalturaEntryLiveStats

#entry_id, #peak_audience, #peak_dvr_audience

Attributes inherited from KalturaLiveStats

#audience, #avg_bitrate, #buffer_time, #dvr_audience, #plays, #seconds_viewed, #start_event, #timestamp

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#referrerObject

Returns the value of attribute referrer.



16416
16417
16418
# File 'lib/kaltura_types.rb', line 16416

def referrer
  @referrer
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



16419
16420
16421
16422
16423
16424
# File 'lib/kaltura_types.rb', line 16419

def from_xml(xml_element)
  super
  if xml_element.elements['referrer'] != nil
    self.referrer = xml_element.elements['referrer'].text
  end
end