Class: Adalog::Web::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/adalog/web.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headingObject

Returns the value of attribute heading

Returns:

  • (Object)

    the current value of heading



5
6
7
# File 'lib/adalog/web.rb', line 5

def heading
  @heading
end

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



5
6
7
# File 'lib/adalog/web.rb', line 5

def repo
  @repo
end

#time_formatObject

Returns the value of attribute time_format

Returns:

  • (Object)

    the current value of time_format



5
6
7
# File 'lib/adalog/web.rb', line 5

def time_format
  @time_format
end