Class: Lifter::Connection::Request
- Inherits:
-
Struct
- Object
- Struct
- Lifter::Connection::Request
- Defined in:
- lib/lifter/connection.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#params ⇒ Object
Returns the value of attribute params.
-
#remote_ip ⇒ Object
Returns the value of attribute remote_ip.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
6 7 8 |
# File 'lib/lifter/connection.rb', line 6 def headers @headers end |
#origin ⇒ Object
Returns the value of attribute origin
6 7 8 |
# File 'lib/lifter/connection.rb', line 6 def origin @origin end |
#params ⇒ Object
Returns the value of attribute params
6 7 8 |
# File 'lib/lifter/connection.rb', line 6 def params @params end |
#remote_ip ⇒ Object
Returns the value of attribute remote_ip
6 7 8 |
# File 'lib/lifter/connection.rb', line 6 def remote_ip @remote_ip end |