Add a way to get the votes list from a quickvote votes XMLRPC call
[selectricity] / app / apis / selectricity_api.rb
index 75a840aa6e25df2116b6940626fd1b0ba3ee1a0a..b1210c6e861eb9b02c1d8a7693ee5885241d5986 100644 (file)
@@ -9,6 +9,7 @@ class VoteInfo < ActionWebService::Struct
   member :voter_id, :int
   member :voter_ipaddress, :string
   member :vote_time, :int
+  member :vote, [:int]
 end
 
 class VoteResultStruct < ActionWebService::Struct

Benjamin Mako Hill || Want to submit a patch?