module OpenActive module Models module Schema class FundingAgency < ::OpenActive::Models::Schema::Project # @!attribute type # @return [String] def type "schema:FundingAgency" end end end end end