Method: CrowdFlower::Job#disable_channel
- Defined in:
- lib/crowdflower/job.rb
#disable_channel(channel_name) ⇒ Object
130 131 132 |
# File 'lib/crowdflower/job.rb', line 130 def disable_channel(channel_name) connection.post("#{resource_uri}/#{@id}/disable_channel", {:body => { :channel_name => channel_name } } ) end |