class AtomicTV::AtomicParsleyTagger::TaggingError
Attributes
command[R]
Public Class Methods
new(command)
click to toggle source
# File lib/AtomicTV/atomic_parsley_tagger.rb, line 23 def initialize(command) @command = command end
Public Instance Methods
human_message()
click to toggle source
# File lib/AtomicTV/atomic_parsley_tagger.rb, line 29 def human_message "A tagging error occured: #{command}." end