Class: Stage
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- Stage
- Defined in:
- lib/cap_ext_webistrano/stage.rb
Class Method Summary collapse
Class Method Details
.configure(config) ⇒ Object
2 3 4 5 6 |
# File 'lib/cap_ext_webistrano/stage.rb', line 2 def self.configure(config) Stage.site = "#{config[:webistrano_home]}/projects/:project_id" Stage.user = config[:user] Stage.password = config[:password] end |