Sha256: 05c3f36788fb9a14069493af49da2fdccdcfd9633fb78d1b8665d79116d81030
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
require 'pushbullet_ruby/entity' module PushbulletRuby class Push < Entity def id body['iden'] end def type body['type'] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pushbullet_ruby-1.0.1 | lib/pushbullet_ruby/push.rb |