class TypedParameter::Swagger::Types::IntegerType

Public Class Methods

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