class AtomicTV::AtomicParsleyTagger::FileNotFound

Attributes

file_path[R]

Public Class Methods

new(file_path) click to toggle source
# File lib/AtomicTV/atomic_parsley_tagger.rb, line 11
def initialize(file_path)
  @file_path = file_path
end

Public Instance Methods

human_message() click to toggle source
# File lib/AtomicTV/atomic_parsley_tagger.rb, line 17
def human_message
  "File not found: #{file_path}"
end