Method: CodeChangeNotification#initialize
- Defined in:
- lib/code_change_notification.rb
#initialize(code_change_activity) ⇒ CodeChangeNotification
Returns a new instance of CodeChangeNotification.
8 9 10 |
# File 'lib/code_change_notification.rb', line 8 def initialize(code_change_activity) @code_change_activity = code_change_activity end |