Sha256: dce04a3aeaf015534e7553f16062526870348c6523a403a8de192696ef750968

Contents?: true

Size: 216 Bytes

Versions: 6

Compression:

Stored size: 216 Bytes

Contents

module WebIDL
  module Ast
    class PromiseType < Node

      attr_reader :return_type

      def initialize(return_type)
        @return_type = return_type
      end

    end # PromiseType
  end # Ast
end # WebIDL

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
webidl-0.2.2 lib/webidl/ast/promise_type.rb
webidl-0.2.1 lib/webidl/ast/promise_type.rb
webidl-0.1.10 lib/webidl/ast/promise_type.rb
webidl-0.2.0 lib/webidl/ast/promise_type.rb
webidl-0.1.9 lib/webidl/ast/promise_type.rb
webidl-0.1.8 lib/webidl/ast/promise_type.rb