Method: Chef::RunContext#rest
- Defined in:
- lib/chef/run_context.rb
#rest ⇒ Chef::ServerAPI
Common rest object for using to talk to the Chef Server, this strictly ‘validates’ utf8 and will throw. (will be nil on solo-legacy runs)
51 52 53 |
# File 'lib/chef/run_context.rb', line 51 def rest @rest end |