Class: SchildErweitert::AbiAbschlussFaecher

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

Overview

Assoziation für die jeweiligen Abi-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



507
508
509
# File 'lib/schild.rb', line 507

def note(notenart)
  note_s send(notenart)
end