Module: WebIDL::Parser::IDL::ExtendedAttributes0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#attribute ⇒ Object
4042 4043 4044 |
# File 'lib/webidl/parser/idl.rb', line 4042 def attribute elements[2] end |
#attributes ⇒ Object
4050 4051 4052 |
# File 'lib/webidl/parser/idl.rb', line 4050 def attributes elements[4] end |
#ws1 ⇒ Object
4038 4039 4040 |
# File 'lib/webidl/parser/idl.rb', line 4038 def ws1 elements[1] end |
#ws2 ⇒ Object
4046 4047 4048 |
# File 'lib/webidl/parser/idl.rb', line 4046 def ws2 elements[3] end |