Class: PushbulletRuby::Pushable::Note

Inherits:
PushbulletRuby::Pushable show all
Defined in:
lib/pushbullet_ruby/pushable/note.rb

Instance Attribute Summary

Attributes inherited from PushbulletRuby::Pushable

#client, #identifier, #params, #receiver

Instance Method Summary collapse

Methods inherited from PushbulletRuby::Pushable

#initialize, push, #push, #receiver_type, #specify_receiver

Constructor Details

This class inherits a constructor from PushbulletRuby::Pushable

Instance Method Details

#required_parametersObject



8
9
10
# File 'lib/pushbullet_ruby/pushable/note.rb', line 8

def required_parameters
  [:title, :body]
end

#typeObject



4
5
6
# File 'lib/pushbullet_ruby/pushable/note.rb', line 4

def type
  :note
end