Class: Equalshares::Pabulib::Accumulator
- Inherits:
-
Struct
- Object
- Struct
- Equalshares::Pabulib::Accumulator
- Defined in:
- lib/equalshares/pabulib/parser.rb
Overview
Mutable bag of results filled in as the sections are read.
Instance Attribute Summary collapse
-
#approvers ⇒ Object
Returns the value of attribute approvers.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#project_ids_set ⇒ Object
Returns the value of attribute project_ids_set.
-
#projects ⇒ Object
Returns the value of attribute projects.
-
#scores ⇒ Object
Returns the value of attribute scores.
-
#voter_ids_set ⇒ Object
Returns the value of attribute voter_ids_set.
-
#votes ⇒ Object
Returns the value of attribute votes.
Instance Attribute Details
#approvers ⇒ Object
Returns the value of attribute approvers
6 7 8 |
# File 'lib/equalshares/pabulib/parser.rb', line 6 def approvers @approvers end |
#meta ⇒ Object
Returns the value of attribute meta
6 7 8 |
# File 'lib/equalshares/pabulib/parser.rb', line 6 def @meta end |
#project_ids_set ⇒ Object
Returns the value of attribute project_ids_set
6 7 8 |
# File 'lib/equalshares/pabulib/parser.rb', line 6 def project_ids_set @project_ids_set end |
#projects ⇒ Object
Returns the value of attribute projects
6 7 8 |
# File 'lib/equalshares/pabulib/parser.rb', line 6 def projects @projects end |
#scores ⇒ Object
Returns the value of attribute scores
6 7 8 |
# File 'lib/equalshares/pabulib/parser.rb', line 6 def scores @scores end |
#voter_ids_set ⇒ Object
Returns the value of attribute voter_ids_set
6 7 8 |
# File 'lib/equalshares/pabulib/parser.rb', line 6 def voter_ids_set @voter_ids_set end |
#votes ⇒ Object
Returns the value of attribute votes
6 7 8 |
# File 'lib/equalshares/pabulib/parser.rb', line 6 def votes @votes end |