Class: Necropsy::EdgeEvidence

Inherits:
Data
  • Object
show all
Defined in:
lib/necropsy/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callee_idObject (readonly)

Returns the value of attribute callee_id

Returns:

  • (Object)

    the current value of callee_id



127
128
129
# File 'lib/necropsy/models.rb', line 127

def callee_id
  @callee_id
end

#caller_idObject (readonly)

Returns the value of attribute caller_id

Returns:

  • (Object)

    the current value of caller_id



127
128
129
# File 'lib/necropsy/models.rb', line 127

def caller_id
  @caller_id
end

#evidenceObject (readonly)

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



127
128
129
# File 'lib/necropsy/models.rb', line 127

def evidence
  @evidence
end