Logo
Explore Help
Register Sign In
liangxj/assistant-storefront
1
0
Fork 0
You've already forked assistant-storefront
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Files
master
assistant-storefront/app/services/mailbox/conversation_finder_strategies/base_strategy.rb

14 lines
289 B
Ruby
Raw Permalink Normal View History

Initial commit: Add logistics and order_detail message types - Add Logistics component with progress tracking - Add OrderDetail component for order information - Support data-driven steps and actions - Add blue color scale to widget SCSS - Fix node overflow and progress bar rendering issues - Add English translations for dashboard components Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 11:16:56 +08:00
class Mailbox::ConversationFinderStrategies::BaseStrategy
attr_reader :mail
def initialize(mail)
@mail = mail
end
# Returns Conversation or nil
# Subclasses must implement this method
def find
raise NotImplementedError, "#{self.class} must implement #find"
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 64ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API