Class: SendToKindle::Notifications::Creation
- Defined in:
- lib/send_to_kindle/notifications/creation.rb
Instance Attribute Summary
Attributes inherited from Base
#file_path, #message, #options
Instance Method Summary collapse
-
#initialize(path, options = {}) ⇒ Creation
constructor
A new instance of Creation.
Methods inherited from Base
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, ={}) super(path, "file created: #{path}", ) end |