Module: BWAPI::Client::Projects::Signals
- Included in:
- BWAPI::Client::Projects
- Defined in:
- lib/bwapi/client/projects/signals.rb
Instance Method Summary collapse
-
#set_signal_vote(id, opts) ⇒ Hashie::Mash
Set the vote type and comment of a signal for a given user.
-
#signals(id, opts) ⇒ Hashie::Mash
Get all signals belonging to user in project.
Instance Method Details
#set_signal_vote(id, opts) ⇒ Hashie::Mash
Set the vote type and comment of a signal for a given user
32 33 34 |
# File 'lib/bwapi/client/projects/signals.rb', line 32 def set_signal_vote id, opts post "projects/#{project_id}/signals/vote", opts end |
#signals(id, opts) ⇒ Hashie::Mash
Get all signals belonging to user in project
18 19 20 |
# File 'lib/bwapi/client/projects/signals.rb', line 18 def signals id, opts get "projects/#{id}/signals", opts end |