module CORL::Vagrant
Public Class Methods
command()
click to toggle source
# File lib/core/plugin/cloud_action.rb 22 def self.command 23 @@command 24 end
command=(command)
click to toggle source
# File lib/core/plugin/cloud_action.rb 18 def self.command=command 19 @@command = command 20 end