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

- (FiftyTenEd) initialize(config, received)

A new instance of FiftyTenEd



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

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

Instance Attribute Details

- (Config) config (readonly)

Returns:



12
13
14
# File 'lib/stupidedi/editor/005010.rb', line 12

def config
  @config
end

- (Time) received (readonly)

Returns:



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

def received
  @received
end

Instance Method Details

- critique(gs, acc)



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

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