Class: Vuexy::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/vuexy/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name

Returns:

  • (Object)

    the current value of app_name



4
5
6
# File 'lib/vuexy/config.rb', line 4

def app_name
  @app_name
end

#dark_modeObject

Returns the value of attribute dark_mode

Returns:

  • (Object)

    the current value of dark_mode



4
5
6
# File 'lib/vuexy/config.rb', line 4

def dark_mode
  @dark_mode
end

Instance Method Details

#dark_mode?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/vuexy/config.rb', line 5

def dark_mode?
  dark_mode
end