Class: Insika::Refinement::Panel::Result
- Inherits:
-
Data
- Object
- Data
- Insika::Refinement::Panel::Result
- Defined in:
- lib/insika/refinement/panel.rb
Instance Attribute Summary collapse
-
#budget ⇒ Object
readonly
Returns the value of attribute budget.
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#failed ⇒ Object
readonly
Returns the value of attribute failed.
-
#winner ⇒ Object
readonly
Returns the value of attribute winner.
Instance Method Summary collapse
Instance Attribute Details
#budget ⇒ Object (readonly)
Returns the value of attribute budget
76 77 78 |
# File 'lib/insika/refinement/panel.rb', line 76 def budget @budget end |
#entries ⇒ Object (readonly)
Returns the value of attribute entries
76 77 78 |
# File 'lib/insika/refinement/panel.rb', line 76 def entries @entries end |
#failed ⇒ Object (readonly)
Returns the value of attribute failed
76 77 78 |
# File 'lib/insika/refinement/panel.rb', line 76 def failed @failed end |
#winner ⇒ Object (readonly)
Returns the value of attribute winner
76 77 78 |
# File 'lib/insika/refinement/panel.rb', line 76 def winner @winner end |
Instance Method Details
#winner_report ⇒ Object
77 |
# File 'lib/insika/refinement/panel.rb', line 77 def winner_report = winner&.report |