We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7696bc0 commit 147743eCopy full SHA for 147743e
lib/fulfil/domain_parser.rb
@@ -4,6 +4,8 @@
4
require 'fulfil/concerns/html_entity_handler'
5
6
module Fulfil
7
+ # Parses domain arrays and converts Date/DateTime objects into Fulfil's expected format
8
+ # Handles the conversion of Ruby objects to Fulfil-compatible JSON structures
9
class DomainParser
10
include Concerns::HtmlEntityHandler
11
0 commit comments