class Yori::Schema::V3::Response

Response: Describes a single response from an API Operation, including design-time, static links to operations based on the response.

Public Instance Methods

validate!() click to toggle source
# File lib/yori/schema/v3/response.rb, line 28
def validate!
  validate_require_fields!('description')
end