Module: Confrider
- Defined in:
- lib/confrider.rb,
lib/confrider/core.rb,
lib/confrider/vault.rb,
lib/confrider/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.2.0'
Class Method Summary collapse
Class Method Details
.from_hash(hash) ⇒ Object
6 7 8 9 10 |
# File 'lib/confrider.rb', line 6 def self.from_hash(hash) Confrider::Core.new.tap do |o| o.from_hash hash end end |