Class: Inbox::Tag

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

Instance Attribute Summary collapse

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end