Module: WebIDL::Parser::IDL::ExtendedAttributeList0

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

Instance Method Summary collapse

Instance Method Details

#attributeObject



2479
2480
2481
# File 'lib/webidl/parser/idl.rb', line 2479

def attribute
  elements[2]
end

#attributesObject



2487
2488
2489
# File 'lib/webidl/parser/idl.rb', line 2487

def attributes
  elements[4]
end

#ws1Object



2475
2476
2477
# File 'lib/webidl/parser/idl.rb', line 2475

def ws1
  elements[1]
end

#ws2Object



2483
2484
2485
# File 'lib/webidl/parser/idl.rb', line 2483

def ws2
  elements[3]
end

#ws3Object



2491
2492
2493
# File 'lib/webidl/parser/idl.rb', line 2491

def ws3
  elements[5]
end