Class: DryCrudJsonapiSwagger::Param

Inherits:
Struct
  • Object
show all
Defined in:
lib/dry_crud_jsonapi_swagger/param.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description



2
3
4
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2

def description
  @description
end

#enumObject

Returns the value of attribute enum



2
3
4
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2

def enum
  @enum
end

#nameObject

Returns the value of attribute name



2
3
4
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2

def name
  @name
end

#requiredObject

Returns the value of attribute required



2
3
4
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2

def required
  @required
end

#typeObject

Returns the value of attribute type



2
3
4
# File 'lib/dry_crud_jsonapi_swagger/param.rb', line 2

def type
  @type
end