Class: Computron::Report::Request::Response
- Inherits:
-
Object
- Object
- Computron::Report::Request::Response
- Defined in:
- lib/computron/report.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at.
8 9 10 |
# File 'lib/computron/report.rb', line 8 def at @at end |
#headers ⇒ Object
Returns the value of attribute headers.
8 9 10 |
# File 'lib/computron/report.rb', line 8 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/computron/report.rb', line 8 def status @status end |