Class: SendToKindle::Notifications::Creation

Inherits:
Base
  • Object
show all
Defined in:
lib/send_to_kindle/notifications/creation.rb

Instance Attribute Summary

Attributes inherited from Base

#file_path, #message, #options

Instance Method Summary collapse

Methods inherited from Base

#send

Constructor Details

#initialize(path, options = {}) ⇒ Creation

Returns a new instance of Creation.



7
8
9
# File 'lib/send_to_kindle/notifications/creation.rb', line 7

def initialize(path, options={})
  super(path, "file created: #{path}", options)
end