Sha256: add5cd484c23923012cea8d4aecd626d17ab82df8485dcddbcc85fc1468ab8e4

Contents?: true

Size: 198 Bytes

Versions: 17

Compression:

Stored size: 198 Bytes

Contents

module PushbulletRuby
  class Pushable
    class Note < Pushable
      def type
        :note
      end

      def required_parameters
        [:title, :body]
      end
    end
  end
end

Version data entries

17 entries across 16 versions & 2 rubygems

Version Path
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/pushbullet_ruby-1.1.4/lib/pushbullet_ruby/pushable/note.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/pushbullet_ruby-1.1.4/lib/pushbullet_ruby/pushable/note.rb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/pushbullet_ruby-1.1.4/lib/pushbullet_ruby/pushable/note.rb
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/pushbullet_ruby-1.1.4/lib/pushbullet_ruby/pushable/note.rb
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/pushbullet_ruby-1.1.4/lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.1.4 lib/pushbullet_ruby/pushable/note.rb
tdiary-5.0.8 vendor/bundle/gems/pushbullet_ruby-1.1.3/lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.1.3 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.1.2 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.1.1 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.1.0 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.0.4.1 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.0.4 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.0.3 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.0.2.1 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.0.2 lib/pushbullet_ruby/pushable/note.rb
pushbullet_ruby-1.0.1 lib/pushbullet_ruby/pushable/note.rb