Class: Eipiai::Configuration
- Inherits:
-
Object
- Object
- Eipiai::Configuration
- Defined in:
- lib/eipiai/configuration.rb
Overview
Configuration
The configuration store for the Eipiai library.
Instance Attribute Summary collapse
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#curie_uris ⇒ Object
Returns the value of attribute curie_uris.
-
#healthy ⇒ Object
Returns the value of attribute healthy.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
31 32 33 34 |
# File 'lib/eipiai/configuration.rb', line 31 def initialize @healthy = true @curie_uris = {} end |
Instance Attribute Details
#base_uri ⇒ Object
Returns the value of attribute base_uri.
29 30 31 |
# File 'lib/eipiai/configuration.rb', line 29 def base_uri @base_uri end |
#curie_uris ⇒ Object
Returns the value of attribute curie_uris.
29 30 31 |
# File 'lib/eipiai/configuration.rb', line 29 def curie_uris @curie_uris end |
#healthy ⇒ Object
Returns the value of attribute healthy.
29 30 31 |
# File 'lib/eipiai/configuration.rb', line 29 def healthy @healthy end |