class Eddy::Segments::TDS
### Segment Summary:
Public Class Methods
new(store)
click to toggle source
@param store [Eddy::Data::Store] @return [void]
Calls superclass method
Eddy::Models::Segment::new
# File lib/definitions/segments/generated/tds.rb, line 12 def initialize(store) @id = "TDS" @name = "Total Monetary Value Summary" @tds01 = Eddy::Elements::E610.new(ref: "TDS01", req: "M") super( store, @tds01, ) end