Module: Ruber::Extension

Included in:
Application::DefaultDocumentExtension, ProjectFilesList
Defined in:
lib/ruber/project.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pluginObject

Returns the value of attribute plugin.



476
477
478
# File 'lib/ruber/project.rb', line 476

def plugin
  @plugin
end

Instance Method Details

#query_closeObject



487
488
489
# File 'lib/ruber/project.rb', line 487

def query_close
  true
end

#remove_from_projectObject



484
485
# File 'lib/ruber/project.rb', line 484

def remove_from_project
end

#save_settingsObject



478
479
# File 'lib/ruber/project.rb', line 478

def save_settings
end

#shutdownObject



481
482
# File 'lib/ruber/project.rb', line 481

def shutdown
end