class Aio::Parse::ParentState
Public Class Methods
new(machine)
click to toggle source
# File lib/aio/core/parse/parser_machine/parent_state.rb, line 9 def initialize(machine) @machine = machine end
Public Instance Methods
device_manager()
click to toggle source
# File lib/aio/core/parse/parser_machine/parent_state.rb, line 21 def device_manager @machine.device_manager end
get_device()
click to toggle source
# File lib/aio/core/parse/parser_machine/parent_state.rb, line 13 def get_device raise ErrorMachineMethod.new end
get_full()
click to toggle source
# File lib/aio/core/parse/parser_machine/parent_state.rb, line 17 def get_full raise ErrorMachineMethod.new end