Class: OmnifocusMcp::Tools::Generators::EditItem::Edited

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

Overview

Task statuses: ‘incomplete’ | ‘completed’ | ‘dropped’ | ‘skipped’ Project statuses: ‘active’ | ‘completed’ | ‘dropped’ | ‘onHold’

Instance Attribute Summary collapse

Instance Attribute Details

#changed_propertiesObject (readonly)

Returns the value of attribute changed_properties

Returns:

  • (Object)

    the current value of changed_properties



23
24
25
# File 'lib/omnifocus_mcp/tools/generators/edit_item.rb', line 23

def changed_properties
  @changed_properties
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



23
24
25
# File 'lib/omnifocus_mcp/tools/generators/edit_item.rb', line 23

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/omnifocus_mcp/tools/generators/edit_item.rb', line 23

def name
  @name
end