Class: Remind101::Configuration
- Inherits:
-
Object
- Object
- Remind101::Configuration
- Defined in:
- lib/remind101/configuration.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
4 5 6 |
# File 'lib/remind101/configuration.rb', line 4 def adapter @adapter end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
3 4 5 |
# File 'lib/remind101/configuration.rb', line 3 def endpoint @endpoint end |
#version ⇒ Object
Returns the value of attribute version.
5 6 7 |
# File 'lib/remind101/configuration.rb', line 5 def version @version end |