Class: OmnifocusMcp::Tools::Params::RemoveItemParams

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



38
39
40
# File 'lib/omnifocus_mcp/tools/params.rb', line 38

def id
  @id
end

#item_typeObject (readonly)

Returns the value of attribute item_type

Returns:

  • (Object)

    the current value of item_type



38
39
40
# File 'lib/omnifocus_mcp/tools/params.rb', line 38

def item_type
  @item_type
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'lib/omnifocus_mcp/tools/params.rb', line 38

def name
  @name
end

Class Method Details

.from_hash(hash) ⇒ Object



40
# File 'lib/omnifocus_mcp/tools/params.rb', line 40

def self.from_hash(hash) = McpBoundary.from_hash(self, hash)

.from_mcp(args) ⇒ Object



39
# File 'lib/omnifocus_mcp/tools/params.rb', line 39

def self.from_mcp(args) = McpBoundary.build(self, args)