Class: WhatsOn::Tool::Config
- Inherits:
-
Struct
- Object
- Struct
- WhatsOn::Tool::Config
- Defined in:
- lib/whatson/tool.rb
Overview
todo/fix: use header, footer instead of title, more_link - why? why not?
Instance Attribute Summary collapse
-
#more_link ⇒ Object
Returns the value of attribute more_link.
-
#show_year ⇒ Object
Returns the value of attribute show_year.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#more_link ⇒ Object
Returns the value of attribute more_link
10 11 12 |
# File 'lib/whatson/tool.rb', line 10 def more_link @more_link end |
#show_year ⇒ Object
Returns the value of attribute show_year
10 11 12 |
# File 'lib/whatson/tool.rb', line 10 def show_year @show_year end |
#title ⇒ Object
Returns the value of attribute title
10 11 12 |
# File 'lib/whatson/tool.rb', line 10 def title @title end |