class Eddy::Elements::E1301
### Element Summary:
-
Id: 1301
-
Name: Agency Service, Promotion, Allowance, or Charge Code
-
Type: AN
-
Min/Max: 1/10
-
Description: Agency maintained code identifying the service, promotion, allowance, or charge
Public Class Methods
new(val: nil, req: nil, ref: nil)
click to toggle source
@param val [String] @param req [String] @param ref [String] @return [void]
Calls superclass method
Eddy::Models::Element::AN::new
# File lib/definitions/elements/generated/1301.agency_service_promotion_allowance_or_charge_code.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "1301" @name = "Agency Service, Promotion, Allowance, or Charge Code" @description = "Agency maintained code identifying the service, promotion, allowance, or charge" super( min: 1, max: 10, req: req, ref: ref, val: val, ) end