Sha256: 7c31bf3809ad03f353d5792a9146fdf0f7446f3b1a16b7281e56159a1a3c9540

Contents?: true

Size: 270 Bytes

Versions: 1

Compression:

Stored size: 270 Bytes

Contents

module SchemaToYaml
  module Settings
    class Config
      class << self
        def configure
          yield self
        end

        def settings_file
          @settings_file ||= :restfulx
        end
        attr_writer :settings_file
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dima-restfulx-1.2.2 lib/restfulx/schema_to_yaml/settings/config.rb