Class: Aio::Parse::FullState
- Inherits:
-
ParentState
- Object
- ParentState
- Aio::Parse::FullState
- Defined in:
- lib/aio/core/parse/parser_machine/full_state.rb
Instance Method Summary collapse
Methods inherited from ParentState
#device_manager, #get_full, #initialize
Constructor Details
This class inherits a constructor from Aio::Parse::ParentState
Instance Method Details
#get_device(opts) ⇒ Object
4 5 6 7 |
# File 'lib/aio/core/parse/parser_machine/full_state.rb', line 4 def get_device(opts) @machine.to_has_device_state @machine.state.get_device(opts) end |