Module: BootstrapBux
- Defined in:
- lib/bootstrap_bux.rb,
lib/bootstrap_bux/engine.rb,
lib/bootstrap_bux/version.rb
Overview
this is the main code
Defined Under Namespace
Classes: Configuration, Engine, Error
Constant Summary collapse
- VERSION =
"0.3.2"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
10 11 12 |
# File 'lib/bootstrap_bux.rb', line 10 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
13 14 15 16 |
# File 'lib/bootstrap_bux.rb', line 13 def self.configure self.configuration ||= Configuration.new yield(configuration) end |