Class: Tybo::Configuration
- Inherits:
-
Object
- Object
- Tybo::Configuration
- Defined in:
- lib/tybo/configuration.rb
Instance Attribute Summary collapse
-
#cover_url ⇒ Object
Returns the value of attribute cover_url.
-
#logo_url ⇒ Object
Returns the value of attribute logo_url.
-
#nav_logo_url ⇒ Object
Returns the value of attribute nav_logo_url.
Instance Attribute Details
#cover_url ⇒ Object
Returns the value of attribute cover_url.
3 4 5 |
# File 'lib/tybo/configuration.rb', line 3 def cover_url @cover_url end |
#logo_url ⇒ Object
Returns the value of attribute logo_url.
3 4 5 |
# File 'lib/tybo/configuration.rb', line 3 def logo_url @logo_url end |
#nav_logo_url ⇒ Object
Returns the value of attribute nav_logo_url.
3 4 5 |
# File 'lib/tybo/configuration.rb', line 3 def nav_logo_url @nav_logo_url end |