class ApiSketch::Model::Response

Attributes

format[RW]
headers[RW]
http_status[RW]
parameters[RW]

Private Instance Methods

default_values_hash() click to toggle source
# File lib/api_sketch/model/response.rb, line 5
def default_values_hash
  {
    format: "json",
    headers: [],
    parameters: ::ApiSketch::Model::Parameters.new
  }
end