Sha256: c3e15a8e79aed75e93bc70c4cf645ec342e279a4e6f34c85e569927cca9e0215

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

module LocoRb
  class Configuration

    DEFAULT_ENDPOINT = 'https://localise.biz/api'

    attr_accessor :api_key, :locale_paths

    def initialize
      @api_key = nil
      @locale_paths = []
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
loco-rb-0.1.1 lib/loco-rb/configuration.rb