Class: Schatter::Person

Inherits:
Resource show all
Defined in:
lib/schatter/person.rb

Instance Method Summary collapse

Methods inherited from Resource

#delete, #destroy, #formatted_timestamp, #get, #initialize, #links, #post, #resource, #timestamp, #uuid

Constructor Details

This class inherits a constructor from Schatter::Resource

Instance Method Details

#emailObject



4
5
6
# File 'lib/schatter/person.rb', line 4

def email
  resource['email']
end