Module: Codebits::Talk
- Included in:
- Client
- Defined in:
- lib/codebits/talk.rb
Instance Method Summary collapse
Instance Method Details
#submitions ⇒ Object
3 4 5 |
# File 'lib/codebits/talk.rb', line 3 def submitions get("/Codebits/calltalks") end |
#vote_down(id) ⇒ Object
11 12 13 |
# File 'lib/codebits/talk.rb', line 11 def vote_down(id) put("/Codebits/calldowntalk/#{id}") end |
#vote_up(id) ⇒ Object
7 8 9 |
# File 'lib/codebits/talk.rb', line 7 def vote_up(id) put("/Codebits/calluptalk/#{id}") end |