Class: Flexr::Automaton::CompiledSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/automaton/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



11
12
13
# File 'lib/flexr/automaton/types.rb', line 11

def diagnostics
  @diagnostics
end

#machinesObject

Returns the value of attribute machines

Returns:

  • (Object)

    the current value of machines



11
12
13
# File 'lib/flexr/automaton/types.rb', line 11

def machines
  @machines
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



11
12
13
# File 'lib/flexr/automaton/types.rb', line 11

def rules
  @rules
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



11
12
13
# File 'lib/flexr/automaton/types.rb', line 11

def states
  @states
end

#statsObject

Returns the value of attribute stats

Returns:

  • (Object)

    the current value of stats



11
12
13
# File 'lib/flexr/automaton/types.rb', line 11

def stats
  @stats
end