class JarvisbotSongfinder::UnknownSearchProvider

NullObject for handling cases where searching any other provider did not found anything

Attributes

errors[R]

Public Class Methods

new() click to toggle source
# File lib/jarvisbot_songfinder/providers/unknown_search_provider.rb, line 9
def initialize
  @errors = [ReplyMessage::Search.not_found]
end

Public Instance Methods

valid?() click to toggle source
# File lib/jarvisbot_songfinder/providers/unknown_search_provider.rb, line 13
def valid?
  false
end