Class: OpenComponents::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/opencomponents.rb

Overview

Internal: Stores configuration data.

registry - String for the registry host.

Instance Attribute Summary collapse

Instance Attribute Details

#registryObject

Returns the value of attribute registry

Returns:

  • (Object)

    the current value of registry



18
19
20
# File 'lib/opencomponents.rb', line 18

def registry
  @registry
end