Class: Schatter::Person
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
#email ⇒ Object
4 5 6 |
# File 'lib/schatter/person.rb', line 4 def email resource['email'] end |