Class: TimeTree::Application

Inherits:
BaseModel show all
Defined in:
lib/timetree/models/application.rb

Overview

Model for TimeTree application.

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#id, #relationships, #type

Method Summary

Methods inherited from BaseModel

#initialize, #inspect, to_model

Constructor Details

This class inherits a constructor from TimeTree::BaseModel

Instance Attribute Details

#descriptionString

Returns:

  • (String)


11
12
13
# File 'lib/timetree/models/application.rb', line 11

def description
  @description
end

#image_urlString

Returns:

  • (String)


13
14
15
# File 'lib/timetree/models/application.rb', line 13

def image_url
  @image_url
end

#nameString

Returns:

  • (String)


9
10
11
# File 'lib/timetree/models/application.rb', line 9

def name
  @name
end