Class: Tybo::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/tybo/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cover_urlObject

Returns the value of attribute cover_url.



3
4
5
# File 'lib/tybo/configuration.rb', line 3

def cover_url
  @cover_url
end

#logo_urlObject

Returns the value of attribute logo_url.



3
4
5
# File 'lib/tybo/configuration.rb', line 3

def logo_url
  @logo_url
end

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