class TypedParameter::Swagger::Types::FloatType

Public Class Methods

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