Module: Lotohelp::Config
Overview
Lotohelp configuration used to set global options.
Instance Attribute Summary collapse
-
#auth_email ⇒ String
Defines auth email from user.
-
#auth_token ⇒ String
Defines auth token from user.
Instance Attribute Details
#auth_email ⇒ String
Defines auth email from user
24 25 26 |
# File 'lib/lotohelp/configuration.rb', line 24 def auth_email @auth_email end |
#auth_token ⇒ String
Defines auth token from user
19 20 21 |
# File 'lib/lotohelp/configuration.rb', line 19 def auth_token @auth_token end |