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

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

Instance Method Summary collapse

Instance Method Details

#attributeObject



3951
3952
3953
# File 'lib/webidl/parser/idl.rb', line 3951

def attribute
  elements[2]
end

#attributesObject



3959
3960
3961
# File 'lib/webidl/parser/idl.rb', line 3959

def attributes
  elements[4]
end

#ws1Object



3947
3948
3949
# File 'lib/webidl/parser/idl.rb', line 3947

def ws1
  elements[1]
end

#ws2Object



3955
3956
3957
# File 'lib/webidl/parser/idl.rb', line 3955

def ws2
  elements[3]
end

#ws3Object



3963
3964
3965
# File 'lib/webidl/parser/idl.rb', line 3963

def ws3
  elements[5]
end