Class: SettingsJs::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/settings_js/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend.



7
8
9
# File 'lib/settings_js/config.rb', line 7

def backend
  @backend
end

#keysObject

Returns the value of attribute keys.



7
8
9
# File 'lib/settings_js/config.rb', line 7

def keys
  @keys
end

#klassObject

Returns the value of attribute klass.



7
8
9
# File 'lib/settings_js/config.rb', line 7

def klass
  @klass
end