Class: Faq::RefreshEmbeddingPosts::Result
- Inherits:
-
Data
- Object
- Data
- Faq::RefreshEmbeddingPosts::Result
- Defined in:
- app/services/faq/refresh_embedding_posts.rb
Overview
Immutable refresh result returned to callers.
Instance Attribute Summary collapse
-
#refreshed_posts ⇒ Object
readonly
Returns the value of attribute refreshed_posts.
Instance Method Summary collapse
-
#initialize(refreshed_posts: []) ⇒ Result
constructor
Build a refresh result.
Constructor Details
#initialize(refreshed_posts: []) ⇒ Result
Build a refresh result.
22 |
# File 'app/services/faq/refresh_embedding_posts.rb', line 22 def initialize(refreshed_posts: []) = super |
Instance Attribute Details
#refreshed_posts ⇒ Object (readonly)
Returns the value of attribute refreshed_posts
18 19 20 |
# File 'app/services/faq/refresh_embedding_posts.rb', line 18 def refreshed_posts @refreshed_posts end |