Module: WebIDL::Parser::IDL::ExtendedAttributeArgList0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#args ⇒ Object
4188 4189 4190 |
# File 'lib/webidl/parser/idl.rb', line 4188 def args elements[3] end |
#name ⇒ Object
4180 4181 4182 |
# File 'lib/webidl/parser/idl.rb', line 4180 def name elements[0] end |
#ws1 ⇒ Object
4184 4185 4186 |
# File 'lib/webidl/parser/idl.rb', line 4184 def ws1 elements[2] end |
#ws2 ⇒ Object
4192 4193 4194 |
# File 'lib/webidl/parser/idl.rb', line 4192 def ws2 elements[4] end |