Class: Redcar::Declarations::OpenProjectOutlineViewCommand
- Inherits:
-
ProjectCommand
- Object
- Command
- ProjectCommand
- Redcar::Declarations::OpenProjectOutlineViewCommand
- Defined in:
- plugins/declarations/lib/declarations/commands.rb
Constant Summary
Constants included from Observable
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary (collapse)
Methods inherited from ProjectCommand
Methods inherited from Command
active_changed, #environment, inherited, #inspect, norecord, record?, #run
Methods included from Sensitive
#active?, #sensitivities, #sensitivity_names, #sensitize
Methods included from Observable
#add_listener, #notify_listeners, #remove_listener
Instance Method Details
- (Object) execute
72 73 74 |
# File 'plugins/declarations/lib/declarations/commands.rb', line 72 def execute Declarations::ProjectOutlineViewDialog.new(project).open if project end |