Class: WhatsOn::Tool::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/whatson/tool.rb

Overview

todo/fix: use header, footer instead of title, more_link - why? why not?

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute more_link

Returns:

  • (Object)

    the current value of more_link



10
11
12
# File 'lib/whatson/tool.rb', line 10

def more_link
  @more_link
end

#show_yearObject

Returns the value of attribute show_year

Returns:

  • (Object)

    the current value of show_year



10
11
12
# File 'lib/whatson/tool.rb', line 10

def show_year
  @show_year
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



10
11
12
# File 'lib/whatson/tool.rb', line 10

def title
  @title
end