Class: PlatinaWorld::Loggers::FileStatus

Inherits:
Base
  • Object
show all
Defined in:
lib/platina_world/loggers/file_status.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PlatinaWorld::Loggers::Base

Instance Method Details

#create(path) ⇒ Object



6
7
8
# File 'lib/platina_world/loggers/file_status.rb', line 6

def create(path)
  info(action: :create, path: path)
end

#skip(path) ⇒ Object



10
11
12
# File 'lib/platina_world/loggers/file_status.rb', line 10

def skip(path)
  info(action: :skip, path: path)
end