Class: CodebreakerAp::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/codebreaker_ap/entities/message.rb

Instance Method Summary collapse

Instance Method Details

#file_rulesObject



3
4
5
# File 'lib/codebreaker_ap/entities/message.rb', line 3

def file_rules
  I18n.t(:file_rules)
end

#no_hintObject



19
20
21
# File 'lib/codebreaker_ap/entities/message.rb', line 19

def no_hint
  I18n.t(:no_hint)
end

#wrong_charsObject



15
16
17
# File 'lib/codebreaker_ap/entities/message.rb', line 15

def wrong_chars
  I18n.t(:wrong_chars)
end

#wrong_difficultyObject



11
12
13
# File 'lib/codebreaker_ap/entities/message.rb', line 11

def wrong_difficulty
  I18n.t(:wrong_difficulty)
end

#wrong_lengthObject



7
8
9
# File 'lib/codebreaker_ap/entities/message.rb', line 7

def wrong_length
  I18n.t(:wrong_length)
end