class TypedParameter::Swagger::Types::DateType

Public Class Methods

value() click to toggle source
# File lib/typed_parameter/swagger/types/date_type.rb, line 7
def self.value
  { type: :string, format: :date }
end