Sha256: 154cadba43e8b57e5ec5fed4c3332904c8000818319672583f7decf97b489ec3

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true
module Bloodbath
  class Configuration
    attr_accessor :api_key, :api_base

    def initialize
      @api_base = "https://api.bloodbath.io/rest" # "http://localhost:4000/rest"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bloodbath-1.1.0 lib/bloodbath/configuration.rb