Class: PortalScraper::Config
- Inherits:
-
Struct
- Object
- Struct
- PortalScraper::Config
- Defined in:
- lib/portal_scraper.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#login_url ⇒ Object
Returns the value of attribute login_url.
-
#root_url ⇒ Object
Returns the value of attribute root_url.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#token_url ⇒ Object
Returns the value of attribute token_url.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id
6 7 8 |
# File 'lib/portal_scraper.rb', line 6 def app_id @app_id end |
#login_url ⇒ Object
Returns the value of attribute login_url
6 7 8 |
# File 'lib/portal_scraper.rb', line 6 def login_url @login_url end |
#root_url ⇒ Object
Returns the value of attribute root_url
6 7 8 |
# File 'lib/portal_scraper.rb', line 6 def root_url @root_url end |
#secret ⇒ Object
Returns the value of attribute secret
6 7 8 |
# File 'lib/portal_scraper.rb', line 6 def secret @secret end |
#token_url ⇒ Object
Returns the value of attribute token_url
6 7 8 |
# File 'lib/portal_scraper.rb', line 6 def token_url @token_url end |