Class: Todoist::Project

Inherits:
Object
  • Object
show all
Extended by:
Resource::ClassMethods
Includes:
Resource
Defined in:
lib/todoist/project.rb

Instance Attribute Summary

Attributes included from Resource::ClassMethods

#attributes, #read_only_attributes

Attributes included from Resource

#temp_id

Instance Method Summary collapse

Methods included from Resource::ClassMethods

define_attributes, define_read_only_attributes

Methods included from Resource

#attributes, #attributes=, #command_class, #create_command, #initialize, #logger, #persisted?, #resource_type, #to_hash, #to_submittable_hash

Instance Method Details

#itemsObject



26
27
28
# File 'lib/todoist/project.rb', line 26

def items
  @items ||= Service::Item.new(client)
end