class EfoNelfo::V40::VA
Public Instance Methods
alternative?()
click to toggle source
# File lib/efo_nelfo/v40/va.rb, line 18 def alternative? type == 'A' end
alternative_id?()
click to toggle source
# File lib/efo_nelfo/v40/va.rb, line 22 def alternative_id? type == 'V' end
nrf_id()
click to toggle source
# File lib/efo_nelfo/v40/va.rb, line 10 def nrf_id product_type == 4 && product_number.strip end
package_size?()
click to toggle source
# File lib/efo_nelfo/v40/va.rb, line 26 def package_size? type == 'P' end
replacement?()
click to toggle source
# File lib/efo_nelfo/v40/va.rb, line 14 def replacement? type == 'E' end