Class: InstructureRegistrar::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#registry_hostObject



36
37
38
# File 'lib/instructure_registrar.rb', line 36

def registry_host
  @registry_host.gsub("http[s]?:\/\/", "")
end

#registry_portObject

Returns the value of attribute registry_port.



33
34
35
# File 'lib/instructure_registrar.rb', line 33

def registry_port
  @registry_port
end

#service_configObject

Returns the value of attribute service_config.



34
35
36
# File 'lib/instructure_registrar.rb', line 34

def service_config
  @service_config
end

#service_nameObject

Returns the value of attribute service_name.



34
35
36
# File 'lib/instructure_registrar.rb', line 34

def service_name
  @service_name
end