Class: PoliPage::Internal::Transport::Response Private
- Inherits:
-
Data
- Object
- Data
- PoliPage::Internal::Transport::Response
- Defined in:
- lib/poli_page/internal/transport.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
22 23 24 |
# File 'lib/poli_page/internal/transport.rb', line 22 def body @body end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
22 23 24 |
# File 'lib/poli_page/internal/transport.rb', line 22 def headers @headers end |
#status ⇒ Object (readonly)
Returns the value of attribute status
22 23 24 |
# File 'lib/poli_page/internal/transport.rb', line 22 def status @status end |