Class: Lifter::Connection::Request

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

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



6
7
8
# File 'lib/lifter/connection.rb', line 6

def headers
  @headers
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



6
7
8
# File 'lib/lifter/connection.rb', line 6

def origin
  @origin
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



6
7
8
# File 'lib/lifter/connection.rb', line 6

def params
  @params
end

#remote_ipObject

Returns the value of attribute remote_ip

Returns:

  • (Object)

    the current value of remote_ip



6
7
8
# File 'lib/lifter/connection.rb', line 6

def remote_ip
  @remote_ip
end