class Apipony::ExampleResponse

Display an example response to help with understanding of the API.

Attributes

body[RW]
headers[RW]

Public Class Methods

new(&block) click to toggle source
# File lib/apipony/example_response.rb, line 5
def initialize(&block)
  instance_eval(&block) if block_given?
end