Module: Beemo
- Defined in:
- lib/beemo.rb,
lib/beemo/version.rb
Defined Under Namespace
Classes: User
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.configuration ⇒ Object
4 5 6 |
# File 'lib/beemo.rb', line 4 def self.configuration @configuration ||= {} end |
Instance Method Details
#configure(hash) ⇒ Object
8 9 10 |
# File 'lib/beemo.rb', line 8 def configure(hash) @configuration = {} end |