Module: Koko::Tracker::Defaults::Request

Defined in:
lib/koko/tracker/defaults.rb

Class Attribute Summary collapse

Class Attribute Details

.headersObject

Returns the value of attribute headers.



6
7
8
# File 'lib/koko/tracker/defaults.rb', line 6

def headers
  @headers
end

.hostObject

Returns the value of attribute host.



6
7
8
# File 'lib/koko/tracker/defaults.rb', line 6

def host
  @host
end

.pathObject

Returns the value of attribute path.



6
7
8
# File 'lib/koko/tracker/defaults.rb', line 6

def path
  @path
end

.portObject

Returns the value of attribute port.



6
7
8
# File 'lib/koko/tracker/defaults.rb', line 6

def port
  @port
end

.sslObject

Returns the value of attribute ssl.



6
7
8
# File 'lib/koko/tracker/defaults.rb', line 6

def ssl
  @ssl
end