Class: Fetcher::Postgres::PtoToday
- Defined in:
- lib/bas/fetcher/postgres/use_case/pto_today.rb
Overview
This class is an implementation of the Fetcher::Postgres::Base interface, specifically designed for fetching Paid Time Off (PTO) data from a Postgres Database.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#fetch ⇒ Object
Implements the data fetching query for todays PTO data from a Postgres database.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Fetcher::Base
Instance Method Details
#fetch ⇒ Object
Implements the data fetching query for todays PTO data from a Postgres database.
14 15 16 |
# File 'lib/bas/fetcher/postgres/use_case/pto_today.rb', line 14 def fetch execute(build_query) end |