Class: Enlight::Configuration
- Inherits:
-
Object
- Object
- Enlight::Configuration
- Defined in:
- lib/enlight.rb
Instance Attribute Summary collapse
-
#integration_key ⇒ Object
Returns the value of attribute integration_key.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#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.
21 22 23 |
# File 'lib/enlight.rb', line 21 def initialize @url = 'https://lmsacc.learnondemand.net/api/1.0' end |
Instance Attribute Details
#integration_key ⇒ Object
Returns the value of attribute integration_key.
18 19 20 |
# File 'lib/enlight.rb', line 18 def integration_key @integration_key end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
19 20 21 |
# File 'lib/enlight.rb', line 19 def organization_id @organization_id end |
#url ⇒ Object
Returns the value of attribute url.
17 18 19 |
# File 'lib/enlight.rb', line 17 def url @url end |