Class: Basketball::Draft::Skip
- Defined in:
- lib/basketball/draft/skip.rb
Overview
Room event which indicates a front office has intentionally skipped a selection.
Instance Attribute Summary
Attributes inherited from Event
#front_office, #round, #round_pick
Attributes inherited from Entity
Instance Method Summary collapse
Methods inherited from Event
Methods inherited from Entity
#<=>, #==, #comparable_id, #hash, #initialize
Constructor Details
This class inherits a constructor from Basketball::Draft::Event
Instance Method Details
#to_s ⇒ Object
7 8 9 |
# File 'lib/basketball/draft/skip.rb', line 7 def to_s "#{super} skipped" end |