Method: PuppetClassify#commands
- Defined in:
- lib/puppetclassify.rb
#commands ⇒ Object
100 101 102 103 104 105 106 |
# File 'lib/puppetclassify.rb', line 100 def commands if @commands @commands else @commands = Commands.new(@nc_api_url, @puppet_https) end end |