Class: ApiSchema::ResourceDefinition::PathParam
- Inherits:
-
Struct
- Object
- Struct
- ApiSchema::ResourceDefinition::PathParam
- 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
17 18 19 |
# File 'lib/api_schema/resource_definition.rb', line 17 def name @name end |
#required ⇒ Object
Returns the value of attribute required
17 18 19 |
# File 'lib/api_schema/resource_definition.rb', line 17 def required @required end |
#type ⇒ Object
Returns the value of attribute type
17 18 19 |
# File 'lib/api_schema/resource_definition.rb', line 17 def type @type end |