Class: Nobbie::Wx::Command::GetComponentCommand
- Inherits:
-
ComponentAwareCommand
- Object
- ComponentAwareCommand
- Nobbie::Wx::Command::GetComponentCommand
- Defined in:
- lib/nobbie/wx/command/get_component.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from ComponentAwareCommand
#component, #ensure_enabled, #handle_unsupported_operation_for_component, #handle_value_not_found, #highlight, #initialize
Constructor Details
This class inherits a constructor from Nobbie::Wx::Command::ComponentAwareCommand
Instance Method Details
#describe ⇒ Object
10 11 12 |
# File 'lib/nobbie/wx/command/get_component.rb', line 10 def describe "Get component #{@path}" end |
#execute ⇒ Object
6 7 8 |
# File 'lib/nobbie/wx/command/get_component.rb', line 6 def execute component end |