Method: Things::Project.all

Defined in:
lib/things/project.rb

.allObject



12
13
14
# File 'lib/things/project.rb', line 12

def all
  convert(Things::App.instance.projects.get)
end