class Sports::Butler::BasketballApi::Base
Public Instance Methods
method_missing(method, *args, &block)
click to toggle source
# File lib/sports/butler/basketball_api/base.rb, line 8 def method_missing(method, *args, &block) return error_missing_endpoint_method(method) end