Class: ApiSchema::ResourceDefinition::HeaderParam
- Inherits:
-
Struct
- Object
- Struct
- ApiSchema::ResourceDefinition::HeaderParam
- Defined in:
- lib/api_schema/resource_definition.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/api_schema/resource_definition.rb', line 15 def name @name end |
#required ⇒ Object
Returns the value of attribute required
15 16 17 |
# File 'lib/api_schema/resource_definition.rb', line 15 def required @required end |
#type ⇒ Object
Returns the value of attribute type
15 16 17 |
# File 'lib/api_schema/resource_definition.rb', line 15 def type @type end |