Class: Kaltura::KalturaQuizUserEntry

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

Instance Attribute Summary collapse

Attributes inherited from KalturaUserEntry

#created_at, #entry_id, #id, #partner_id, #status, #type, #updated_at, #user_id

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#scoreObject

Returns the value of attribute score.



9612
9613
9614
# File 'lib/kaltura_types.rb', line 9612

def score
  @score
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



9618
9619
9620
9621
# File 'lib/kaltura_types.rb', line 9618

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