35 36 37 38 39
# File 'lib/fog/model.rb', line 35 def vm if respond_to?(:vm_name) && vm_name @vm ||= service.servers.get vm_name end end