Class: ActiveVersion::RequestStore
- Inherits:
-
ActiveSupport::CurrentAttributes
- Object
- ActiveSupport::CurrentAttributes
- ActiveVersion::RequestStore
- Defined in:
- lib/active_version.rb,
sig/active_version/core.rbs
Overview
Context management (like audited)
Instance Attribute Summary collapse
-
#audited_user ⇒ Object
Returns the value of attribute audited_user.
-
#remote_address ⇒ String?
Returns the value of attribute remote_address.
-
#request_uuid ⇒ String?
Returns the value of attribute request_uuid.
-
#version_context ⇒ Hash[untyped, untyped]?
Returns the value of attribute version_context.
Instance Attribute Details
#audited_user ⇒ Object
Returns the value of attribute audited_user.
22 23 24 |
# File 'sig/active_version/core.rbs', line 22 def audited_user @audited_user end |
#remote_address ⇒ String?
Returns the value of attribute remote_address.
24 25 26 |
# File 'sig/active_version/core.rbs', line 24 def remote_address @remote_address end |
#request_uuid ⇒ String?
Returns the value of attribute request_uuid.
23 24 25 |
# File 'sig/active_version/core.rbs', line 23 def request_uuid @request_uuid end |
#version_context ⇒ Hash[untyped, untyped]?
Returns the value of attribute version_context.
21 22 23 |
# File 'sig/active_version/core.rbs', line 21 def version_context @version_context end |