Class: Browsable::AuditLog::Entry
- Inherits:
-
Data
- Object
- Data
- Browsable::AuditLog::Entry
- Defined in:
- lib/browsable/audit_log.rb
Overview
One observed response.
endpoint "PostsController#show"
request_path "/posts/42"
policy Browsable::Policy (the effective policy for this endpoint)
html the rendered response body as a String
asset_paths Array<HtmlExtractor::AssetRef>
inline_blocks Array<HtmlExtractor::InlineBlock>
recorded_at Time (used for debugging only, not analysis)
Instance Attribute Summary collapse
-
#asset_paths ⇒ Object
readonly
Returns the value of attribute asset_paths.
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#inline_blocks ⇒ Object
readonly
Returns the value of attribute inline_blocks.
-
#policy ⇒ Object
readonly
Returns the value of attribute policy.
-
#recorded_at ⇒ Object
readonly
Returns the value of attribute recorded_at.
-
#request_path ⇒ Object
readonly
Returns the value of attribute request_path.
Instance Attribute Details
#asset_paths ⇒ Object (readonly)
Returns the value of attribute asset_paths
23 24 25 |
# File 'lib/browsable/audit_log.rb', line 23 def asset_paths @asset_paths end |
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint
23 24 25 |
# File 'lib/browsable/audit_log.rb', line 23 def endpoint @endpoint end |
#html ⇒ Object (readonly)
Returns the value of attribute html
23 24 25 |
# File 'lib/browsable/audit_log.rb', line 23 def html @html end |
#inline_blocks ⇒ Object (readonly)
Returns the value of attribute inline_blocks
23 24 25 |
# File 'lib/browsable/audit_log.rb', line 23 def inline_blocks @inline_blocks end |
#policy ⇒ Object (readonly)
Returns the value of attribute policy
23 24 25 |
# File 'lib/browsable/audit_log.rb', line 23 def policy @policy end |
#recorded_at ⇒ Object (readonly)
Returns the value of attribute recorded_at
23 24 25 |
# File 'lib/browsable/audit_log.rb', line 23 def recorded_at @recorded_at end |
#request_path ⇒ Object (readonly)
Returns the value of attribute request_path
23 24 25 |
# File 'lib/browsable/audit_log.rb', line 23 def request_path @request_path end |