class Solusvm::GeneralCli
Public Instance Methods
isos(type)
click to toggle source
# File lib/solusvm/cli/general_cli.rb, line 15 def isos(type) output api.isos(type) end
plans(type)
click to toggle source
# File lib/solusvm/cli/general_cli.rb, line 10 def plans(type) output api.plans(type) end
templates(type)
click to toggle source
# File lib/solusvm/cli/general_cli.rb, line 5 def templates(type) output api.templates(type) end
Private Instance Methods
api()
click to toggle source
# File lib/solusvm/cli/general_cli.rb, line 21 def api @general ||= begin Solusvm::General.new(api_params) end end