Sha256: 68078a669716c2f68f671678f7ae541a81f3a5cc4b1e500336a90fadd74aaeed
Contents?: true
Size: 242 Bytes
Versions: 15
Compression:
Stored size: 242 Bytes
Contents
class Apipie::Generator::Swagger::Type attr_reader :str_format def initialize(type, str_format = nil) @type = type @str_format = str_format end def to_s @type end def ==(other) other.to_s == self.to_s end end
Version data entries
15 entries across 15 versions & 1 rubygems