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

Attributes

body[R]

Public Class Methods

new(hash) click to toggle source
Calls superclass method
# File lib/execute/command/rest_call.rb, line 30
def initialize(hash)
  super
  @body = optional?(:body)||{}
end