Module: VisionMate::Configuration

Defined in:
lib/vision_mate/configuration.rb

Overview

The Configuration provides access to long lived information needed throughout the scanning process.

Class Attribute Summary collapse

Class Attribute Details

.hostObject

Returns the value of attribute host.



7
8
9
# File 'lib/vision_mate/configuration.rb', line 7

def host
  @host
end

.portObject

Returns the value of attribute port.



7
8
9
# File 'lib/vision_mate/configuration.rb', line 7

def port
  @port
end

.timeoutObject

Returns the value of attribute timeout.



7
8
9
# File 'lib/vision_mate/configuration.rb', line 7

def timeout
  @timeout
end