Sha256: dfec29306182577bb39a37a4a22ba6bcd5b555bcd25fce16790ef350fdc97364

Contents?: true

Size: 216 Bytes

Versions: 1

Compression:

Stored size: 216 Bytes

Contents

class Configuration
  attr_accessor :url_param, :user_locale_method, :localized_domains,
    :http_header, :current_user_method

  def initialize(options)
    options.each_pair { |k, v| send(:"#{k}=", v) }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
locale_setter-0.4.0 lib/locale_setter/configuration.rb