Module: WebIDL::Parser::IDL::ExtendedAttributeNamedArgList0

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

Instance Method Summary collapse

Instance Method Details

#argsObject



2914
2915
2916
# File 'lib/webidl/parser/idl.rb', line 2914

def args
  elements[3]
end

#nameObject



2906
2907
2908
# File 'lib/webidl/parser/idl.rb', line 2906

def name
  elements[0]
end

#ws1Object



2910
2911
2912
# File 'lib/webidl/parser/idl.rb', line 2910

def ws1
  elements[2]
end

#ws2Object



2918
2919
2920
# File 'lib/webidl/parser/idl.rb', line 2918

def ws2
  elements[4]
end