Sha256: a68131b1aa6e151de5d656d385731bf6e7d448caa9b229dcbd13f60bd1ac8630

Contents?: true

Size: 276 Bytes

Versions: 10

Compression:

Stored size: 276 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/schema/investment_fund.rb
openactive-0.4.0 lib/openactive/models/schema/investment_fund.rb
openactive-0.3.0 lib/openactive/models/schema/investment_fund.rb
openactive-0.2.2 lib/openactive/models/schema/investment_fund.rb
openactive-0.2.1 lib/openactive/models/schema/investment_fund.rb
openactive-0.2.0 lib/openactive/models/schema/investment_fund.rb
openactive-0.1.2 lib/openactive/models/schema/investment_fund.rb
openactive-0.1.1 lib/openactive/models/schema/investment_fund.rb
openactive-0.1.0 lib/openactive/models/schema/investment_fund.rb
openactive-0.1.0.rc1 lib/openactive/models/schema/investment_fund.rb