Class: Agent::Sessions::Audit::Finding

Inherits:
Data
  • Object
show all
Defined in:
lib/agent/sessions/audit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



10
11
12
# File 'lib/agent/sessions/audit.rb', line 10

def agent
  @agent
end

#bytesObject (readonly)

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



10
11
12
# File 'lib/agent/sessions/audit.rb', line 10

def bytes
  @bytes
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



10
11
12
# File 'lib/agent/sessions/audit.rb', line 10

def kind
  @kind
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/agent/sessions/audit.rb', line 10

def path
  @path
end

#synced_toObject (readonly)

Returns the value of attribute synced_to

Returns:

  • (Object)

    the current value of synced_to



10
11
12
# File 'lib/agent/sessions/audit.rb', line 10

def synced_to
  @synced_to
end