class Heroics::BodyParameter

A representation of a body parameter.

Attributes

description[R]
name[R]

Public Class Methods

new() click to toggle source
# File lib/heroics/client_generator.rb, line 101
def initialize
  @name = 'body'
  @description = 'the object to pass as the request payload'
end