class ApiFootballV3::Client
Attributes
api_key[RW]
base_url[RW]
Public Class Methods
new(options = {}) { |self| ... }
click to toggle source
# File lib/api_football_v3/client.rb, line 10 def initialize(options = {}) options.each do |key, value| instance_variable_set("@#{key}", value) end yield(self) if block_given? end