Method: AIPP::AIP#aip
- Defined in:
- lib/aipp/aip.rb
#aip ⇒ String (readonly)
Returns AIP name (equal to the parser file name without its file extension such as “ENR-2.1” implemented in the file “ENR-2.1.rb”).
13 14 15 |
# File 'lib/aipp/aip.rb', line 13 def aip @aip end |