Class: Lucerna::HTTP::Request
- Inherits:
-
Struct
- Object
- Struct
- Lucerna::HTTP::Request
- Defined in:
- lib/lucerna/http.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#method ⇒ Object
Returns the value of attribute method.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
11 12 13 |
# File 'lib/lucerna/http.rb', line 11 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
11 12 13 |
# File 'lib/lucerna/http.rb', line 11 def headers @headers end |
#method ⇒ Object
Returns the value of attribute method
11 12 13 |
# File 'lib/lucerna/http.rb', line 11 def method @method end |
#url ⇒ Object
Returns the value of attribute url
11 12 13 |
# File 'lib/lucerna/http.rb', line 11 def url @url end |