Class: Swagger::V2::Header
- Inherits:
-
SwaggerObject
- Object
- Hashie::Dash
- SwaggerObject
- Swagger::V2::Header
- Includes:
- DeterministicJSONSchema
- Defined in:
- lib/swagger/v2/header.rb
Overview
Class representing a Swagger “Header Object”.
Instance Attribute Summary
Attributes included from DeterministicJSONSchema
#$ref, #default, #description, #discriminator, #enum, #example, #exclusiveMaximum, #exclusiveMinimum, #externalDocs, #format, #maxItems, #maxLength, #maxProperties, #maximum, #minItems, #minLength, #minProperties, #minimum, #multipleOf, #pattern, #readOnly, #required, #title, #type, #uniqueItems, #xml
Attributes inherited from SwaggerObject
Method Summary
Methods inherited from SwaggerObject
field, #initialize, required_field
Methods included from Attachable
#attach_parent, #attach_to_children, #root
Constructor Details
This class inherits a constructor from Swagger::SwaggerObject