Object
# File lib/fog/core/ssh.rb, line 14 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/core/ssh.rb, line 20 def initialize(address, username, options) @address = address @username = username @options = options end
# File lib/fog/core/ssh.rb, line 26 def run(commands) Fog::Mock.not_implemented end
[Validate]
Generated with the Darkfish Rdoc Generator 2.