Sha256: c0c7d92b3972fcc1cef68ca911b96ba0c20266c98fb29e38ab498708eb4346b2

Contents?: true

Size: 218 Bytes

Versions: 23

Compression:

Stored size: 218 Bytes

Contents

module WebIDL
  module Ast
    class ExtendedAttribute < Node

      attr_reader :name, :args

      def initialize(name, args = [])
        @name = name
        @args = args
      end

    end
  end # Ast
end # WebIDL

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
webidl-0.0.3 lib/webidl/ast/extended_attribute.rb
webidl-0.0.2 lib/webidl/ast/extended_attribute.rb
webidl-0.0.1 lib/webidl/ast/extended_attribute.rb