Module: WebIDL::Parser::IDL::ExtendedAttributes0

Defined in:
lib/webidl/parser/idl.rb

Instance Method Summary collapse

Instance Method Details

#attributeObject



2570
2571
2572
# File 'lib/webidl/parser/idl.rb', line 2570

def attribute
  elements[2]
end

#attributesObject



2578
2579
2580
# File 'lib/webidl/parser/idl.rb', line 2578

def attributes
  elements[4]
end

#ws1Object



2566
2567
2568
# File 'lib/webidl/parser/idl.rb', line 2566

def ws1
  elements[1]
end

#ws2Object



2574
2575
2576
# File 'lib/webidl/parser/idl.rb', line 2574

def ws2
  elements[3]
end