class Swagger::Data::Mime
Public Class Methods
valid?(type)
click to toggle source
# File lib/ruby-swagger/data/mime.rb, line 27 def self.valid?(type) @@types.include?(type) end
# File lib/ruby-swagger/data/mime.rb, line 27 def self.valid?(type) @@types.include?(type) end