Class: Equalshares::FixedBudget::Loop::CandidateEvaluation
- Inherits:
-
Struct
- Object
- Struct
- Equalshares::FixedBudget::Loop::CandidateEvaluation
- Defined in:
- lib/equalshares/fixed_budget.rb
Instance Attribute Summary collapse
-
#affordable? ⇒ Object
Returns the value of attribute affordable?.
-
#effective_vote_count ⇒ Object
Returns the value of attribute effective_vote_count.
-
#max_payment ⇒ Object
Returns the value of attribute max_payment.
-
#money_behind ⇒ Object
Returns the value of attribute money_behind.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
Instance Attribute Details
#affordable? ⇒ Object
Returns the value of attribute affordable?
82 83 84 |
# File 'lib/equalshares/fixed_budget.rb', line 82
def affordable?
@affordable?
end
|
#effective_vote_count ⇒ Object
Returns the value of attribute effective_vote_count
82 83 84 |
# File 'lib/equalshares/fixed_budget.rb', line 82 def effective_vote_count @effective_vote_count end |
#max_payment ⇒ Object
Returns the value of attribute max_payment
82 83 84 |
# File 'lib/equalshares/fixed_budget.rb', line 82 def max_payment @max_payment end |
#money_behind ⇒ Object
Returns the value of attribute money_behind
82 83 84 |
# File 'lib/equalshares/fixed_budget.rb', line 82 def money_behind @money_behind end |
#project_id ⇒ Object
Returns the value of attribute project_id
82 83 84 |
# File 'lib/equalshares/fixed_budget.rb', line 82 def project_id @project_id end |