Sha256: e6b1fc8b7a3f1f07c0b00efb6697b670032ae196a65fe43a1e54513ccea5b455

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

# frozen_string_literal: true

module SoccersApi
  class Configuration
    attr_accessor :username, :token

    def initialize
      @username = nil
      @token = nil
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
soccers_api-1.0.6 lib/soccers_api/configuration.rb