Class: Kaltura::KalturaQuizUserEntry
- Inherits:
-
KalturaUserEntry
- Object
- KalturaObjectBase
- KalturaUserEntry
- Kaltura::KalturaQuizUserEntry
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#score ⇒ Object
Returns the value of attribute score.
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
Instance Attribute Details
#score ⇒ Object
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 |