Module: Votematch

Defined in:
lib/votematch.rb,
lib/votematch/vote.rb,
lib/votematch/version.rb,
lib/votematch/model/party_info.rb

Defined Under Namespace

Classes: PartyInfo, Vote

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.your_partyObject



5
6
7
# File 'lib/votematch.rb', line 5

def self.your_party
  Votematch::PartyInfo.new.parties.sample
end