Module: WebIDL::Parser::IDL::Enum0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
2020 2021 2022 |
# File 'lib/webidl/parser/idl.rb', line 2020 def id elements[2] end |
#values ⇒ Object
2032 2033 2034 |
# File 'lib/webidl/parser/idl.rb', line 2032 def values elements[6] end |
#ws1 ⇒ Object
2016 2017 2018 |
# File 'lib/webidl/parser/idl.rb', line 2016 def ws1 elements[1] end |
#ws2 ⇒ Object
2024 2025 2026 |
# File 'lib/webidl/parser/idl.rb', line 2024 def ws2 elements[3] end |
#ws3 ⇒ Object
2028 2029 2030 |
# File 'lib/webidl/parser/idl.rb', line 2028 def ws3 elements[5] end |
#ws4 ⇒ Object
2036 2037 2038 |
# File 'lib/webidl/parser/idl.rb', line 2036 def ws4 elements[7] end |
#ws5 ⇒ Object
2040 2041 2042 |
# File 'lib/webidl/parser/idl.rb', line 2040 def ws5 elements[9] end |