Class: SchoologyClient::Configuration
- Inherits:
-
Object
- Object
- SchoologyClient::Configuration
- Defined in:
- lib/schoology_client/configuration.rb
Instance Attribute Summary collapse
-
#oauth_consumer_key ⇒ Object
Returns the value of attribute oauth_consumer_key.
-
#oauth_consumer_secret ⇒ Object
Returns the value of attribute oauth_consumer_secret.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 9 |
# File 'lib/schoology_client/configuration.rb', line 5 def initialize @oauth_consumer_key = nil @oauth_consumer_secret = nil @url = nil end |
Instance Attribute Details
#oauth_consumer_key ⇒ Object
Returns the value of attribute oauth_consumer_key.
3 4 5 |
# File 'lib/schoology_client/configuration.rb', line 3 def oauth_consumer_key @oauth_consumer_key end |
#oauth_consumer_secret ⇒ Object
Returns the value of attribute oauth_consumer_secret.
3 4 5 |
# File 'lib/schoology_client/configuration.rb', line 3 def oauth_consumer_secret @oauth_consumer_secret end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/schoology_client/configuration.rb', line 3 def url @url end |