Sha256: 71b7ba7bda177b9ddf5bc8e53455c16196fc19bb3ed345d85937dc1de595c9eb

Contents?: true

Size: 426 Bytes

Versions: 4

Compression:

Stored size: 426 Bytes

Contents

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

        # @return [OpenActive::Models::Schema::Thing]
        define_property :funded_item, as: "fundedItem", types: [
          "OpenActive::Models::Schema::Thing",
        ]
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openactive-0.1.2 lib/openactive/models/schema/grant.rb
openactive-0.1.1 lib/openactive/models/schema/grant.rb
openactive-0.1.0 lib/openactive/models/schema/grant.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/grant.rb