Class: Fetcher::Notion::PtoNextWeek
- Defined in:
- lib/bas/fetcher/notion/use_case/pto_next_week.rb
Overview
This class is an implementation of the Fetcher::Notion::Base interface, specifically designed for fetching next week Paid Time Off (PTO) data from Notion.
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#fetch ⇒ Object
Implements the data fetching filter for next week PTO’s data from Notion.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Fetcher::Base
Instance Method Details
#fetch ⇒ Object
Implements the data fetching filter for next week PTO’s data from Notion.
14 15 16 17 18 |
# File 'lib/bas/fetcher/notion/use_case/pto_next_week.rb', line 14 def fetch filter = build_filter execute(filter) end |