Class: DryCrudJsonapiSwagger::Param
- Inherits:
-
Struct
- Object
- Struct
- DryCrudJsonapiSwagger::Param
- Defined in:
- lib/dry_crud_jsonapi_swagger/param.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#enum ⇒ Object
Returns the value of attribute enum.
-
#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
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2 def description @description end |
#enum ⇒ Object
Returns the value of attribute enum
2 3 4 |
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2 def enum @enum end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2 def name @name end |
#required ⇒ Object
Returns the value of attribute required
2 3 4 |
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2 def required @required end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2 def type @type end |