Class: TimeTree::Application
- Defined in:
- lib/timetree/models/application.rb
Overview
Model for TimeTree application.
Instance Attribute Summary collapse
Attributes inherited from BaseModel
Method Summary
Methods inherited from BaseModel
#initialize, #inspect, to_model
Constructor Details
This class inherits a constructor from TimeTree::BaseModel
Instance Attribute Details
#description ⇒ String
11 12 13 |
# File 'lib/timetree/models/application.rb', line 11 def description @description end |
#image_url ⇒ String
13 14 15 |
# File 'lib/timetree/models/application.rb', line 13 def image_url @image_url end |
#name ⇒ String
9 10 11 |
# File 'lib/timetree/models/application.rb', line 9 def name @name end |