Class: Testing

Inherits:
Object
  • Object
show all
Includes:
Kontena::Machine::Upcloud::UpcloudCommon
Defined in:
lib/kontena/machine/upcloud/upcloud_common.rb

Instance Attribute Summary

Attributes included from Kontena::Machine::Upcloud::UpcloudCommon

#password, #username

Instance Method Summary collapse

Methods included from Kontena::Machine::Upcloud::UpcloudCommon

#client, #find_plan, #find_template, #get_server, #zone_exist?

Constructor Details

#initialize(user, pass) ⇒ Testing

Returns a new instance of Testing.



65
66
67
68
# File 'lib/kontena/machine/upcloud/upcloud_common.rb', line 65

def initialize(user, pass)
  @username = user
  @password = pass
end