Class: CFCM::IAAS::IaaS

Inherits:
Object
  • Object
show all
Defined in:
lib/cfcm/iaas/iaas.rb

Instance Method Summary collapse

Instance Method Details

#initalize(host, user, password, config) ⇒ Object



7
8
9
10
11
12
# File 'lib/cfcm/iaas/iaas.rb', line 7

def initalize(host, user, password, config)
  @host = host
  @user = user
  @password = password
  @config = config
end

#power_off_vm(vm) ⇒ Object



14
15
16
# File 'lib/cfcm/iaas/iaas.rb', line 14

def power_off_vm(vm)
  puts "Not Implemented"
end