Method: Chef::Key#rest

Defined in:
lib/chef/key.rb

#restString

Chef::ServerAPI object, initialized and cached via chef_rest method

Returns:

  • (String)

    the current value of rest



39
40
41
# File 'lib/chef/key.rb', line 39

def rest
  @rest
end