Module: Ruber::Extension
- Included in:
- World::Environment
- Defined in:
- lib/ruber/project.rb
Instance Attribute Summary collapse
-
#plugin ⇒ Object
Returns the value of attribute plugin.
Instance Method Summary collapse
Instance Attribute Details
#plugin ⇒ Object
Returns the value of attribute plugin.
522 523 524 |
# File 'lib/ruber/project.rb', line 522 def plugin @plugin end |
Instance Method Details
#query_close ⇒ Object
533 534 535 |
# File 'lib/ruber/project.rb', line 533 def query_close true end |
#remove_from_project ⇒ Object
530 531 |
# File 'lib/ruber/project.rb', line 530 def remove_from_project end |
#save_settings ⇒ Object
524 525 |
# File 'lib/ruber/project.rb', line 524 def save_settings end |
#shutdown ⇒ Object
527 528 |
# File 'lib/ruber/project.rb', line 527 def shutdown end |