class Apipie::SwaggerGenerator::SwaggerTypeWithFormat
Attributes
Public Class Methods
Source
# File lib/apipie/swagger_generator.rb, line 281 def initialize(type, str_format) @type = type @str_format = str_format end
Public Instance Methods
Source
# File lib/apipie/swagger_generator.rb, line 290 def ==(other) other.to_s == self.to_s end