class DTK::Client::Execute::Command::RestCall

Attributes

path[R]

TODO: allow calls like 'converge' which is a macro; we either directly support or have a sub class of RestCall called macro

Public Class Methods

new(hash) click to toggle source
Calls superclass method
# File lib/execute/command/rest_call.rb, line 23
def initialize(hash)
  super
  @path = required(:path)
end