Class: PushbulletRuby::User

Inherits:
Entity
  • Object
show all
Defined in:
lib/pushbullet_ruby/user.rb

Direct Known Subclasses

Contact

Instance Attribute Summary

Attributes inherited from Entity

#body

Instance Method Summary collapse

Methods inherited from Entity

#created, #initialize, #modified

Constructor Details

This class inherits a constructor from PushbulletRuby::Entity

Instance Method Details

#idObject



5
6
7
# File 'lib/pushbullet_ruby/user.rb', line 5

def id
  body['iden']
end