Class: MLB::Conference
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::Conference
- Defined in:
- lib/mlb/conference.rb
Overview
Represents a conference
Instance Method Summary collapse
-
#wildcard? ⇒ Boolean
Checks if the conference has a wildcard.
Instance Method Details
#wildcard? ⇒ Boolean
Checks if the conference has a wildcard
26 |
# File 'lib/mlb/conference.rb', line 26 def wildcard? = has_wildcard |