Class: Agent::Sessions::Audit::Finding
- Inherits:
-
Data
- Object
- Data
- Agent::Sessions::Audit::Finding
- Defined in:
- lib/agent/sessions/audit.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#synced_to ⇒ Object
readonly
Returns the value of attribute synced_to.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
10 11 12 |
# File 'lib/agent/sessions/audit.rb', line 10 def agent @agent end |
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
10 11 12 |
# File 'lib/agent/sessions/audit.rb', line 10 def bytes @bytes end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
10 11 12 |
# File 'lib/agent/sessions/audit.rb', line 10 def kind @kind end |
#path ⇒ Object (readonly)
Returns the value of attribute path
10 11 12 |
# File 'lib/agent/sessions/audit.rb', line 10 def path @path end |
#synced_to ⇒ Object (readonly)
Returns the value of attribute synced_to
10 11 12 |
# File 'lib/agent/sessions/audit.rb', line 10 def synced_to @synced_to end |