Class: DiasporaFederation::Entities::PollParticipation

Inherits:
DiasporaFederation::Entity show all
Includes:
Relayable
Defined in:
lib/diaspora_federation/entities/poll_participation.rb

Overview

This entity represents a participation in poll, i.e. it is issued when a user votes for an answer in a poll.

Constant Summary collapse

PARENT_TYPE =
"Poll"

Constants included from Signable

Signable::DIGEST

Constants inherited from DiasporaFederation::Entity

DiasporaFederation::Entity::ENTITY_NAME_REGEX, DiasporaFederation::Entity::INVALID_XML_REGEX

Instance Attribute Summary collapse

Attributes included from Relayable

#additional_data, #author, #author_signature, #guid, #parent, #parent_guid

Method Summary

Methods included from Relayable

included, #initialize, #sender_valid?, #signature_order, #to_json, #to_s, #verify_signature

Methods included from Signable

#sign_with_key, #signature_data, #verify_signature

Methods included from Logging

included

Methods inherited from DiasporaFederation::Entity

class_name, entity_class, entity_name, from_hash, from_json, from_xml, #initialize, #to_h, #to_json, #to_s, #to_xml

Methods included from PropertiesDSL

#class_props, #default_values, #entity, #missing_props, #optional_props, #property, #resolv_aliases

Instance Attribute Details

#poll_answer_guidString (readonly)

Guid of the answer selected by the user

Returns:

  • (String)

    poll answer guid

See Also:



18
# File 'lib/diaspora_federation/entities/poll_participation.rb', line 18

property :poll_answer_guid, :string