Class: Basketball::Draft::Skip

Inherits:
Event show all
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

#id

Instance Method Summary collapse

Methods inherited from Event

#initialize

Methods inherited from Entity

#<=>, #==, #comparable_id, #hash, #initialize

Constructor Details

This class inherits a constructor from Basketball::Draft::Event

Instance Method Details

#to_sObject



7
8
9
# File 'lib/basketball/draft/skip.rb', line 7

def to_s
  "#{super} skipped"
end