Method: Currently::Catchstore#initialize
- Defined in:
- lib/currently/catchstore.rb
#initialize(user, pass) ⇒ Catchstore
Returns a new instance of Catchstore.
7 8 9 10 |
# File 'lib/currently/catchstore.rb', line 7 def initialize(user,pass) @catch = Catch::Client.new(:username => user, :password => pass) @context = "#iac" end |