Class: PlatinaWorld::Loggers::FileStatus
- Inherits:
-
Base
- Object
- Logger
- Base
- PlatinaWorld::Loggers::FileStatus
show all
- Defined in:
- lib/platina_world/loggers/file_status.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize
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
|