Module: FakeLib::MethodValidateHelper
- Includes:
- InstallHelper
- Defined in:
- lib/easy_installer/fake/ftp/validate_helper.rb
Instance Method Summary collapse
Instance Method Details
#check_connection(params = {}) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/easy_installer/fake/ftp/validate_helper.rb', line 5 def check_connection params = {} host = params[:host] username = params[:username] password = params[:password] true end |