Class: Mccloud::Provider::Script::Vm
- Defined in:
- lib/mccloud/provider/script/vm.rb
Instance Attribute Summary collapse
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#variables ⇒ Object
Returns the value of attribute variables.
Attributes inherited from Core::Vm
#agent_forwarding, #auto_selection, #bootstrap, #bootstrap_password, #bootstrap_user, #create_options, #declared, #definition, #env, #forwardings, #name, #port, #private_key_path, #provider, #provisioners, #public_key_path, #shared_files, #shared_folders, #stacked, #user
Method Summary
Methods inherited from Core::Vm
#auto_selected?, #declared?, #forward_port, #initialize, #method_missing, #provision, #provisioner, #stacked?
Methods included from Core::VmCommand
#adjust_rsync_path, #bg_exec, #execute, #fg_exec, #rsync, #rsync_permissions, #share, #share_file, #share_folder, #share_sync, #ssh, #ssh_bootstrap, #ssh_commandline_options, #ssh_forward, #ssh_tunnel_start, #ssh_tunnel_stop, #sudo, #sudo_string, #windows_client?
Constructor Details
This class inherits a constructor from Mccloud::Provider::Core::Vm
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Mccloud::Provider::Core::Vm
Instance Attribute Details
#ip_address ⇒ Object
Returns the value of attribute ip_address.
8 9 10 |
# File 'lib/mccloud/provider/script/vm.rb', line 8 def ip_address @ip_address end |
#variables ⇒ Object
Returns the value of attribute variables.
9 10 11 |
# File 'lib/mccloud/provider/script/vm.rb', line 9 def variables @variables end |