Module: WebIDL::Parser::IDL::UnionMemberType0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#suffix ⇒ Object
5257 5258 5259 |
# File 'lib/webidl/parser/idl.rb', line 5257 def suffix elements[1] end |
#type ⇒ Object
5253 5254 5255 |
# File 'lib/webidl/parser/idl.rb', line 5253 def type elements[0] end |