# File lib/apipie/swagger_generator.rb, line 278 def initialize(type, str_format) @type = type @str_format = str_format end
# File lib/apipie/swagger_generator.rb, line 287 def ==(other) other.to_s == self.to_s end
# File lib/apipie/swagger_generator.rb, line 283 def to_s @type end