{ "schema_type": "object", "schema_version": "1.1", "name": "all_quarter", "path": "packages/ree_date/package/ree_date/functions/all_quarter.rb", "mount_as": "fn", "class": "ReeDate::AllQuarter", "factory": null, "methods": [ { "doc": "Returns a Range representing the whole quarter of the current date.", "throws": [ ], "return": "RangeOf[Date]", "args": [ { "arg": "date", "arg_type": "opt", "type": "Nilor[Date]" } ] } ], "links": [ { "target": "beginning_of_quarter", "package_name": "ree_date", "as": "beginning_of_quarter", "imports": [ ] }, { "target": "end_of_quarter", "package_name": "ree_date", "as": "end_of_quarter", "imports": [ ] }, { "target": "today", "package_name": "ree_date", "as": "today", "imports": [ ] } ] }