Class: PortalScraper::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



6
7
8
# File 'lib/portal_scraper.rb', line 6

def app_id
  @app_id
end

#login_urlObject

Returns the value of attribute login_url

Returns:

  • (Object)

    the current value of login_url



6
7
8
# File 'lib/portal_scraper.rb', line 6

def 
  @login_url
end

#root_urlObject

Returns the value of attribute root_url

Returns:

  • (Object)

    the current value of root_url



6
7
8
# File 'lib/portal_scraper.rb', line 6

def root_url
  @root_url
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



6
7
8
# File 'lib/portal_scraper.rb', line 6

def secret
  @secret
end

#token_urlObject

Returns the value of attribute token_url

Returns:

  • (Object)

    the current value of token_url



6
7
8
# File 'lib/portal_scraper.rb', line 6

def token_url
  @token_url
end