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

Public Instance Methods

Amount=(arg)
Alias for: TDS01=
TDS01=(arg) click to toggle source

### TDS01

  • Id: 610

  • Name: Amount

  • Type: N2

  • Min/Max: 1/15

  • Description: Monetary amount

@param arg [Integer] @return [void]

# File lib/definitions/segments/generated/tds.rb, line 32
def TDS01=(arg)
  @tds01.value = arg
end
Also aliased as: Amount=