Class: Equalshares::FixedBudget::Loop::CandidateEvaluation

Inherits:
Struct
  • Object
show all
Defined in:
lib/equalshares/fixed_budget.rb

Instance Attribute Summary collapse

Instance Attribute Details

#affordable?Object

Returns the value of attribute affordable?

Returns:

  • (Object)

    the current value of affordable?



82
83
84
# File 'lib/equalshares/fixed_budget.rb', line 82

def affordable?
  @affordable?
end

#effective_vote_countObject

Returns the value of attribute effective_vote_count

Returns:

  • (Object)

    the current value of effective_vote_count



82
83
84
# File 'lib/equalshares/fixed_budget.rb', line 82

def effective_vote_count
  @effective_vote_count
end

#max_paymentObject

Returns the value of attribute max_payment

Returns:

  • (Object)

    the current value of max_payment



82
83
84
# File 'lib/equalshares/fixed_budget.rb', line 82

def max_payment
  @max_payment
end

#money_behindObject

Returns the value of attribute money_behind

Returns:

  • (Object)

    the current value of money_behind



82
83
84
# File 'lib/equalshares/fixed_budget.rb', line 82

def money_behind
  @money_behind
end

#project_idObject

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



82
83
84
# File 'lib/equalshares/fixed_budget.rb', line 82

def project_id
  @project_id
end