Sha256: 6c9d3a96c785be65ea0594b1181c33450aee4ccb3ae01bf850ca068ffcd5367c

Contents?: true

Size: 294 Bytes

Versions: 8

Compression:

Stored size: 294 Bytes

Contents

# SchemaToYaml settings
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

8 entries across 8 versions & 4 rubygems

Version Path
captproton-restfulx-1.2.3 lib/restfulx/rails/schema_to_yaml/settings/config.rb
dima-restfulx-1.2.3 lib/restfulx/rails/schema_to_yaml/settings/config.rb
dima-restfulx-1.2.4 lib/restfulx/rails/schema_to_yaml/settings/config.rb
rlmattax-restfulx-1.2.4.1 lib/restfulx/rails/schema_to_yaml/settings/config.rb
restfulx-1.2.5 lib/restfulx/rails/schema_to_yaml/settings/config.rb
restfulx-1.2.3 lib/restfulx/rails/schema_to_yaml/settings/config.rb
restfulx-1.2.4 lib/restfulx/rails/schema_to_yaml/settings/config.rb
restfulx-1.2.2 lib/restfulx/rails/schema_to_yaml/settings/config.rb