Module: WebIDL::Parser::IDL::ExceptionField0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
3887 3888 3889 |
# File 'lib/webidl/parser/idl.rb', line 3887 def id elements[2] end |
#type ⇒ Object
3879 3880 3881 |
# File 'lib/webidl/parser/idl.rb', line 3879 def type elements[0] end |
#ws1 ⇒ Object
3883 3884 3885 |
# File 'lib/webidl/parser/idl.rb', line 3883 def ws1 elements[1] end |
#ws2 ⇒ Object
3891 3892 3893 |
# File 'lib/webidl/parser/idl.rb', line 3891 def ws2 elements[3] end |