Class: Basketball::Draft::Player

Inherits:
Common::Player show all
Defined in:
lib/basketball/draft/player.rb

Overview

Defines a player currently in the draft.

Instance Attribute Summary

Attributes inherited from Common::Player

#first_name, #last_name, #overall, #position

Attributes inherited from Entity

#id

Method Summary

Methods inherited from Common::Player

#full_name, #initialize, #to_s

Methods inherited from Entity

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

Constructor Details

This class inherits a constructor from Basketball::Common::Player