Class: KeystoneUi::Configuration
- Inherits:
-
Object
- Object
- KeystoneUi::Configuration
- Defined in:
- lib/keystone_ui/configuration.rb
Instance Attribute Summary collapse
-
#accent ⇒ Object
Returns the value of attribute accent.
-
#surface ⇒ Object
Returns the value of attribute surface.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 |
# File 'lib/keystone_ui/configuration.rb', line 7 def initialize @accent = :blue @surface = :zinc end |
Instance Attribute Details
#accent ⇒ Object
Returns the value of attribute accent.
5 6 7 |
# File 'lib/keystone_ui/configuration.rb', line 5 def accent @accent end |
#surface ⇒ Object
Returns the value of attribute surface.
5 6 7 |
# File 'lib/keystone_ui/configuration.rb', line 5 def surface @surface end |