Class: Necropsy::FlowInterpreter::ControlTransfer

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

Instance Attribute Summary collapse

Instance Attribute Details

#factObject (readonly)

Returns the value of attribute fact

Returns:

  • (Object)

    the current value of fact



10
11
12
# File 'lib/necropsy/flow_interpreter.rb', line 10

def fact
  @fact
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



10
11
12
# File 'lib/necropsy/flow_interpreter.rb', line 10

def kind
  @kind
end