Class: Necropsy::EdgeEvidence
- Inherits:
-
Data
- Object
- Data
- Necropsy::EdgeEvidence
- Defined in:
- lib/necropsy/models.rb
Instance Attribute Summary collapse
-
#callee_id ⇒ Object
readonly
Returns the value of attribute callee_id.
-
#caller_id ⇒ Object
readonly
Returns the value of attribute caller_id.
-
#evidence ⇒ Object
readonly
Returns the value of attribute evidence.
Instance Attribute Details
#callee_id ⇒ Object (readonly)
Returns the value of attribute callee_id
127 128 129 |
# File 'lib/necropsy/models.rb', line 127 def callee_id @callee_id end |
#caller_id ⇒ Object (readonly)
Returns the value of attribute caller_id
127 128 129 |
# File 'lib/necropsy/models.rb', line 127 def caller_id @caller_id end |
#evidence ⇒ Object (readonly)
Returns the value of attribute evidence
127 128 129 |
# File 'lib/necropsy/models.rb', line 127 def evidence @evidence end |