class Eddy::Elements::E234
### Element Summary:
-
Id: 234
-
Name: Product/Service ID
-
Type: AN
-
Min/Max: 1/48
-
Description: Identifying number for a product or service
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/234.product_service_id.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "234" @name = "Product/Service ID" @description = "Identifying number for a product or service" super( min: 1, max: 48, req: req, ref: ref, val: val, ) end