Sha256: 01d967b638a4097e41e7b965adbd953e565b5037eab04808f40e12928dd0775c
Contents?: true
Size: 297 Bytes
Versions: 5
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Meta class Config attr_accessor :render_validation, :render_type_conversion def initialize @render_type_conversion = true @render_validation = true end end @config = Config.new class << self attr_reader :config end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
meta-api-0.0.6 | lib/meta/config.rb |
meta-api-0.0.5 | lib/meta/config.rb |
meta-api-0.0.4 | lib/meta/config.rb |
meta-api-0.0.3 | lib/meta/config.rb |
meta-api-0.0.2 | lib/meta/config.rb |