Class: Rack::DevInsight::Result::Apis::Api
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Apis::Api
- Defined in:
- lib/rack/dev_insight/result/apis.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#method ⇒ Object
Returns the value of attribute method.
-
#request_body ⇒ Object
Returns the value of attribute request_body.
-
#request_headers ⇒ Object
Returns the value of attribute request_headers.
-
#response_body ⇒ Object
Returns the value of attribute response_body.
-
#response_headers ⇒ Object
Returns the value of attribute response_headers.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def backtrace @backtrace end |
#duration ⇒ Object
Returns the value of attribute duration
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def id @id end |
#method ⇒ Object
Returns the value of attribute method
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def method @method end |
#request_body ⇒ Object
Returns the value of attribute request_body
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def request_body @request_body end |
#request_headers ⇒ Object
Returns the value of attribute request_headers
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def request_headers @request_headers end |
#response_body ⇒ Object
Returns the value of attribute response_body
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def response_body @response_body end |
#response_headers ⇒ Object
Returns the value of attribute response_headers
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def response_headers @response_headers end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def status @status end |
#url ⇒ Object
Returns the value of attribute url
7 8 9 |
# File 'lib/rack/dev_insight/result/apis.rb', line 7 def url @url end |