Class: OmnifocusMcp::Tools::Params::BatchRemoveItemParams
- Inherits:
-
Data
- Object
- Data
- OmnifocusMcp::Tools::Params::BatchRemoveItemParams
- Defined in:
- lib/omnifocus_mcp/tools/params.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#item_type ⇒ Object
readonly
Returns the value of attribute item_type.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
61 62 63 |
# File 'lib/omnifocus_mcp/tools/params.rb', line 61 def id @id end |
#item_type ⇒ Object (readonly)
Returns the value of attribute item_type
61 62 63 |
# File 'lib/omnifocus_mcp/tools/params.rb', line 61 def item_type @item_type end |
#name ⇒ Object (readonly)
Returns the value of attribute name
61 62 63 |
# File 'lib/omnifocus_mcp/tools/params.rb', line 61 def name @name end |
Class Method Details
.from_hash(hash) ⇒ Object
63 |
# File 'lib/omnifocus_mcp/tools/params.rb', line 63 def self.from_hash(hash) = McpBoundary.from_hash(self, hash) |
.from_mcp(args) ⇒ Object
62 |
# File 'lib/omnifocus_mcp/tools/params.rb', line 62 def self.from_mcp(args) = McpBoundary.build(self, args) |