Class: OmnifocusMcp::Tools::Params::BatchRemoveItemParams

Inherits:
Data
  • Object
show all
Defined in:
lib/omnifocus_mcp/tools/params.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



61
62
63
# File 'lib/omnifocus_mcp/tools/params.rb', line 61

def id
  @id
end

#item_typeObject (readonly)

Returns the value of attribute item_type

Returns:

  • (Object)

    the current value of item_type



61
62
63
# File 'lib/omnifocus_mcp/tools/params.rb', line 61

def item_type
  @item_type
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of 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)