Class: OpenComponents::Configuration
- Inherits:
-
Struct
- Object
- Struct
- OpenComponents::Configuration
- Defined in:
- lib/opencomponents.rb
Overview
Internal: Stores configuration data.
registry - String for the registry host.
Instance Attribute Summary collapse
-
#registry ⇒ Object
Returns the value of attribute registry.
Instance Attribute Details
#registry ⇒ Object
Returns the value of attribute registry
23 24 25 |
# File 'lib/opencomponents.rb', line 23 def registry @registry end |