Class: Inbox::Tag
- Inherits:
-
RestfulModel
- Object
- RestfulModel
- Inbox::Tag
- Defined in:
- lib/tag.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from RestfulModel
#created_at, #id, #namespace_id
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
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/tag.rb', line 6 def name @name end |