class Footstats::Request::Auth

Attributes

user[RW]

Public Class Methods

new(options = {}) click to toggle source
# File lib/footstats/request/auth.rb, line 8
def initialize(options = {})
  @token = options[:token]
end