Class: Aio::Parse::ParentState

Inherits:
Object
  • Object
show all
Defined in:
lib/aio/core/parse/parser_machine/parent_state.rb

Instance Method Summary collapse

Constructor Details

#initialize(machine) ⇒ ParentState

Returns a new instance of ParentState.



9
10
11
# File 'lib/aio/core/parse/parser_machine/parent_state.rb', line 9

def initialize(machine)
	@machine = machine
end

Instance Method Details

#device_managerObject



21
22
23
# File 'lib/aio/core/parse/parser_machine/parent_state.rb', line 21

def device_manager
	@machine.device_manager
end

#get_deviceObject

Raises:



13
14
15
# File 'lib/aio/core/parse/parser_machine/parent_state.rb', line 13

def get_device
  raise ErrorMachineMethod.new
end

#get_fullObject

Raises:



17
18
19
# File 'lib/aio/core/parse/parser_machine/parent_state.rb', line 17

def get_full
	raise ErrorMachineMethod.new
end