Module: HotOrNot::Announcer

Included in:
ConsoleAnnouncer
Defined in:
lib/hot-or-not/announcer.rb

Instance Method Summary collapse

Instance Method Details

#announce_error(url, error) ⇒ Object



9
10
# File 'lib/hot-or-not/announcer.rb', line 9

def announce_error(url, error)
end

#announce_failure(result) ⇒ Object



6
7
# File 'lib/hot-or-not/announcer.rb', line 6

def announce_failure(result)
end

#announce_success(result) ⇒ Object



3
4
# File 'lib/hot-or-not/announcer.rb', line 3

def announce_success(result)
end

#endingObject



15
16
# File 'lib/hot-or-not/announcer.rb', line 15

def ending
end

#startingObject



12
13
# File 'lib/hot-or-not/announcer.rb', line 12

def starting
end