Class: SchildErweitert::FHRAbschlussFaecher

Inherits:
Object
  • Object
show all
Includes:
NotenHelfer
Defined in:
lib/schild.rb

Overview

Assoziation für die jeweiligen FHR-Prüfungsfächer

Instance Method Summary collapse

Methods included from NotenHelfer

note_aus_punkten, #note_s, punkte_aus_note

Instance Method Details

#note(notenart) ⇒ Object



516
517
518
# File 'lib/schild.rb', line 516

def note(notenart)
  note_s send(notenart)
end