Class: HowLongToBeat::HTMLRequests::AuthStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/howlongtobeat/html_requests.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_keyObject

Returns the value of attribute auth_key

Returns:

  • (Object)

    the current value of auth_key



73
74
75
# File 'lib/howlongtobeat/html_requests.rb', line 73

def auth_key
  @auth_key
end

#auth_tokenObject

Returns the value of attribute auth_token

Returns:

  • (Object)

    the current value of auth_token



73
74
75
# File 'lib/howlongtobeat/html_requests.rb', line 73

def auth_token
  @auth_token
end

#auth_valueObject

Returns the value of attribute auth_value

Returns:

  • (Object)

    the current value of auth_value



73
74
75
# File 'lib/howlongtobeat/html_requests.rb', line 73

def auth_value
  @auth_value
end