Module: Idl::Assignment5
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#field_name ⇒ Object
10212 10213 10214 |
# File 'lib/idlc/idl_parser.rb', line 10212 def field_name elements[4] end |
#id ⇒ Object
10208 10209 10210 |
# File 'lib/idlc/idl_parser.rb', line 10208 def id elements[0] end |
#rval ⇒ Object
10216 10217 10218 |
# File 'lib/idlc/idl_parser.rb', line 10216 def rval elements[8] end |