Class: Inbox::Contact

Inherits:
RestfulModel show all
Defined in:
lib/contact.rb

Instance Attribute Summary collapse

Attributes inherited from RestfulModel

#created_at, #id, #namespace

Method Summary

Methods inherited from RestfulModel

#==, #as_json, collection_name, #destroy, #inflate, #initialize, #save!, #update, #url

Constructor Details

This class inherits a constructor from Inbox::RestfulModel

Instance Attribute Details

#emailObject

Returns the value of attribute email.



7
8
9
# File 'lib/contact.rb', line 7

def email
  @email
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/contact.rb', line 6

def name
  @name
end