Class: Adalog::Web::Config
- Inherits:
-
Struct
- Object
- Struct
- Adalog::Web::Config
- Defined in:
- lib/adalog/web.rb
Instance Attribute Summary collapse
-
#heading ⇒ Object
Returns the value of attribute heading.
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#time_format ⇒ Object
Returns the value of attribute time_format.
Instance Attribute Details
#heading ⇒ Object
Returns the value of attribute heading
5 6 7 |
# File 'lib/adalog/web.rb', line 5 def heading @heading end |
#repo ⇒ Object
Returns the value of attribute repo
5 6 7 |
# File 'lib/adalog/web.rb', line 5 def repo @repo end |
#time_format ⇒ Object
Returns the value of attribute time_format
5 6 7 |
# File 'lib/adalog/web.rb', line 5 def time_format @time_format end |