Class: OmnifocusMcp::Tools::Generators::PerspectiveView
- Inherits:
-
Object
- Object
- OmnifocusMcp::Tools::Generators::PerspectiveView
- Defined in:
- lib/omnifocus_mcp/tools/generators/perspective_view.rb
Class Method Summary collapse
Class Method Details
.args(perspective_name:, limit:) ⇒ Object
10 11 12 |
# File 'lib/omnifocus_mcp/tools/generators/perspective_view.rb', line 10 def args(perspective_name:, limit:) [perspective_name.to_s, limit.to_s] end |
.script_path ⇒ Object
8 |
# File 'lib/omnifocus_mcp/tools/generators/perspective_view.rb', line 8 def script_path = "@getPerspectiveView.js" |