Class: Stupidedi::Editor::FiftyTenEd

Inherits:
AbstractEd show all
Defined in:
lib/stupidedi/editor/005010.rb,
lib/stupidedi/editor/005010/N4.rb

Overview

Critiques (edits) a “005010” functional groups (GS/GE), then selects the appropriate editor, according to the config, and edits each transaction set (ST/SE)

Defined Under Namespace

Modules: N4

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from AbstractEd

#edit, edit, #rewrite, rewrite

Methods included from Inspect

#inspect

Constructor Details

#initialize(config, received) ⇒ FiftyTenEd

Returns a new instance of FiftyTenEd.



20
21
22
23
# File 'lib/stupidedi/editor/005010.rb', line 20

def initialize(config, received)
  @config, @received =
    config, received
end

Instance Attribute Details

#configConfig (readonly)

Returns:



15
16
17
# File 'lib/stupidedi/editor/005010.rb', line 15

def config
  @config
end

#receivedTime (readonly)

Returns:

  • (Time)


18
19
20
# File 'lib/stupidedi/editor/005010.rb', line 18

def received
  @received
end

Instance Method Details

#critique(gs, acc) ⇒ Object



25
26
27
# File 'lib/stupidedi/editor/005010.rb', line 25

def critique(gs, acc)
  acc.tap { critique_gs(gs, acc) }
end