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

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

Instance Method Summary collapse

Instance Method Details

#argsObject



4386
4387
4388
# File 'lib/webidl/parser/idl.rb', line 4386

def args
  elements[3]
end

#nameObject



4378
4379
4380
# File 'lib/webidl/parser/idl.rb', line 4378

def name
  elements[0]
end

#ws1Object



4382
4383
4384
# File 'lib/webidl/parser/idl.rb', line 4382

def ws1
  elements[2]
end

#ws2Object



4390
4391
4392
# File 'lib/webidl/parser/idl.rb', line 4390

def ws2
  elements[4]
end