Class: Activerse::Dsl

Inherits:
Object
  • Object
show all
Defined in:
lib/activerse/dsl.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash = {}) ⇒ Dsl

Returns a new instance of Dsl.



3
4
5
6
# File 'lib/activerse/dsl.rb', line 3

def initialize(hash = {})
  @credentials = hash
  @current_keys = []
end