Skip to content

Commit

Permalink
le line indenting screwup recitfied
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carpenter committed May 25, 2011
1 parent 7c06e6a commit e564abd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/notifo/notifo_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ module SimpleWorker
module Examples
class NotifoWorker < SimpleWorker::Base

merge_gem "notifo"
merge_gem "notifo"

# These are dynamic, and will be different for each task
attr_accessor :username, :message, :task
# These are dynamic, and will be different for each task
attr_accessor :username, :message, :task

# These should be static, but are accessors for keeping API keys secret
# Sort of like ENV vars in Heroku
attr_accessor :notifo_user, :notifo_api
# These should be static, but are accessors for keeping API keys secret
# Sort of like ENV vars in Heroku
attr_accessor :notifo_user, :notifo_api

# The SimpleWorker environment will invoke and run this def:
def run
Expand Down

0 comments on commit e564abd

Please sign in to comment.