Class: Qiita::Team::Services::Events::ProjectCommentDestroyed
- Defined in:
- lib/qiita/team/services/events/project_comment_destroyed.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#project ⇒ Qiita::Team::Services::Resources::Project
Commented project.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Qiita::Team::Services::Events::Base
Instance Method Details
#project ⇒ Qiita::Team::Services::Resources::Project
Commented project.
14 15 16 |
# File 'lib/qiita/team/services/events/project_comment_destroyed.rb', line 14 def project comment.item end |