Class: Medlink::Configuration
- Inherits:
-
Object
- Object
- Medlink::Configuration
- Defined in:
- lib/medlink/configuration.rb
Instance Attribute Summary collapse
-
#site ⇒ Object
Returns the value of attribute site.
-
#token ⇒ Object
Returns the value of attribute token.
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 |
# File 'lib/medlink/configuration.rb', line 5 def initialize @site = "https://medlink.planning-de-garde.fr/" end |
Instance Attribute Details
#site ⇒ Object
Returns the value of attribute site.
3 4 5 |
# File 'lib/medlink/configuration.rb', line 3 def site @site end |
#token ⇒ Object
Returns the value of attribute token.
3 4 5 |
# File 'lib/medlink/configuration.rb', line 3 def token @token end |