Method: Thredded::AtNotificationExtractor#initialize
- Defined in:
- app/commands/thredded/at_notification_extractor.rb
#initialize(post) ⇒ AtNotificationExtractor
Returns a new instance of AtNotificationExtractor.
5 6 7 |
# File 'app/commands/thredded/at_notification_extractor.rb', line 5 def initialize(post) @post = post end |