Class: Vpsb::Resources::LocalSshPub

Inherits:
BaseResource show all
Includes:
AskSupport
Defined in:
lib/vpsb/resources/local_ssh_pub.rb

Instance Method Summary collapse

Methods included from AskSupport

#ask, #ask_loop, #ask_to_confirm

Instance Method Details

#call(core) ⇒ Object



8
9
10
# File 'lib/vpsb/resources/local_ssh_pub.rb', line 8

def call(core)
  Vcore.get(:ssh_helper).local_ssh_pub
end