Skip to content

Commit

Permalink
Add comments to conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
swanny85 committed Dec 21, 2023
1 parent 888e707 commit da79924
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/fulfil/conversions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# frozen_string_literal: true

module Fulfil
# The Fulfil::Conversions module provides utility methods for converting
# Date and DateTime objects into a standardized hash format.
# The module iterates over given parameters, identifies
# Date and DateTime objects, and converts them into a hash with a class descriptor
# and an ISO 8601 formatted string.
class Conversions
class << self
def update_date_and_datetime_fields(domain)
Expand Down

0 comments on commit da79924

Please sign in to comment.