Class: Durt::Command::ProjectStats

Inherits:
Service
  • Object
show all
Defined in:
lib/durt/command.rb

Instance Attribute Summary

Attributes inherited from Service

#result, #state

Instance Method Summary collapse

Methods inherited from Service

call, #call

Constructor Details

#initializeProjectStats

Returns a new instance of ProjectStats.



140
141
142
# File 'lib/durt/command.rb', line 140

def initialize
  Durt::Project.current_project.puts_stats
end