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
16 17 18 |
# File 'lib/api_schema/resource_definition.rb', line 16 def name @name end |
#required ⇒ Object
Returns the value of attribute required
16 17 18 |
# File 'lib/api_schema/resource_definition.rb', line 16 def required @required end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/api_schema/resource_definition.rb', line 16 def type @type end |