Class: Evil::Client::Resolver::Body

Inherits:
Evil::Client::Resolver show all
Defined in:
lib/evil/client/resolver/body.rb

Overview

Resolves body of the request from operation schema for given settings.

It uses last (nested) definition without any coercion or validation. Formatting and validation is made later by [Evil::Client::Resolver#__call__] because it depends from both :body and :format definitions.

Method Summary

Methods inherited from Evil::Client::Resolver

call, #to_s

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Evil::Client::Resolver