Class: Fbe::Award
- Inherits:
-
Object
- Object
- Fbe::Award
- Defined in:
- lib/fbe/award.rb
Overview
Award generator.
- Author
-
Yegor Bugayenko (yegor256@gmail.com)
- Copyright
-
Copyright © 2024 Yegor Bugayenko
- License
-
MIT
Defined Under Namespace
Classes: BTerm, Bill, PTerm, Policy
Instance Method Summary collapse
- #bill(vars = {}) ⇒ Object
-
#initialize(query = J.pmp.hr.send($judge.gsub('-', '_'))) ⇒ Award
constructor
A new instance of Award.
- #policy ⇒ Object
Constructor Details
#initialize(query = J.pmp.hr.send($judge.gsub('-', '_'))) ⇒ Award
Returns a new instance of Award.
32 33 34 |
# File 'lib/fbe/award.rb', line 32 def initialize(query = J.pmp.hr.send($judge.gsub('-', '_'))) @query = query end |