Class: Footstats::Client
- Inherits:
-
Object
- Object
- Footstats::Client
- Defined in:
- lib/footstats/client.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
readonly
Returns the value of attribute auth.
Instance Method Summary collapse
Instance Attribute Details
#auth ⇒ Object (readonly)
Returns the value of attribute auth.
5 6 7 |
# File 'lib/footstats/client.rb', line 5 def auth @auth end |
Instance Method Details
#racing ⇒ Object
7 8 9 10 |
# File 'lib/footstats/client.rb', line 7 def racing require 'footstats/api/racing' Footstats::Api::Racing.new end |
#soccer ⇒ Object
12 13 14 15 |
# File 'lib/footstats/client.rb', line 12 def soccer require 'footstats/api/soccer' Footstats::Api::Racing.new end |