Class: Computron::Report::Request::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/computron/report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#atObject

Returns the value of attribute at.



8
9
10
# File 'lib/computron/report.rb', line 8

def at
  @at
end

#headersObject

Returns the value of attribute headers.



8
9
10
# File 'lib/computron/report.rb', line 8

def headers
  @headers
end

#statusObject

Returns the value of attribute status.



8
9
10
# File 'lib/computron/report.rb', line 8

def status
  @status
end