Class: HowLongToBeat::HTMLRequests::AuthStruct
- Inherits:
-
Struct
- Object
- Struct
- HowLongToBeat::HTMLRequests::AuthStruct
- Defined in:
- lib/howlongtobeat/html_requests.rb
Instance Attribute Summary collapse
-
#auth_key ⇒ Object
Returns the value of attribute auth_key.
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#auth_value ⇒ Object
Returns the value of attribute auth_value.
Instance Attribute Details
#auth_key ⇒ Object
Returns the value of attribute auth_key
73 74 75 |
# File 'lib/howlongtobeat/html_requests.rb', line 73 def auth_key @auth_key end |
#auth_token ⇒ Object
Returns the value of attribute auth_token
73 74 75 |
# File 'lib/howlongtobeat/html_requests.rb', line 73 def auth_token @auth_token end |
#auth_value ⇒ Object
Returns the value of attribute auth_value
73 74 75 |
# File 'lib/howlongtobeat/html_requests.rb', line 73 def auth_value @auth_value end |