Class: OmnifocusMcp::Tools::Generators::EditItem::Edited
- Inherits:
-
Data
- Object
- Data
- OmnifocusMcp::Tools::Generators::EditItem::Edited
- 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
-
#changed_properties ⇒ Object
readonly
Returns the value of attribute changed_properties.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#changed_properties ⇒ Object (readonly)
Returns the value of attribute changed_properties
23 24 25 |
# File 'lib/omnifocus_mcp/tools/generators/edit_item.rb', line 23 def changed_properties @changed_properties end |
#id ⇒ Object (readonly)
Returns the value of attribute id
23 24 25 |
# File 'lib/omnifocus_mcp/tools/generators/edit_item.rb', line 23 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
23 24 25 |
# File 'lib/omnifocus_mcp/tools/generators/edit_item.rb', line 23 def name @name end |