Module: Central::Support::ProjectConcern::Attributes
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/central/support/concerns/project_concern/attributes.rb
Instance Method Summary collapse
Instance Method Details
#iteration_service(since = nil) ⇒ Object
19 20 21 |
# File 'lib/central/support/concerns/project_concern/attributes.rb', line 19 def iteration_service(since = nil) @iteration_service ||= Central::Support::IterationService.new(self, since) end |
#suppress_notifications ⇒ Object
11 12 13 |
# File 'lib/central/support/concerns/project_concern/attributes.rb', line 11 def suppress_notifications @suppress_notifications || false end |
#to_s ⇒ Object
15 16 17 |
# File 'lib/central/support/concerns/project_concern/attributes.rb', line 15 def to_s name end |