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



26
27
28
# File 'lib/opencomponents.rb', line 26

def registry
  @registry
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



26
27
28
# File 'lib/opencomponents.rb', line 26

def timeout
  @timeout
end