Class: NBA::Conference
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- NBA::Conference
- Defined in:
- lib/nba/conference.rb
Overview
Represents an NBA conference (Eastern or Western)
Instance Attribute Summary collapse
-
#id ⇒ Integer
Returns the unique identifier for the conference.
-
#link ⇒ String
Returns the API link for the conference.
-
#name ⇒ String
Returns the conference name.
Instance Attribute Details
#id ⇒ Integer
Returns the unique identifier for the conference
15 |
# File 'lib/nba/conference.rb', line 15 attribute :id, Shale::Type::Integer |
#link ⇒ String
Returns the API link for the conference
31 |
# File 'lib/nba/conference.rb', line 31 attribute :link, Shale::Type::String |
#name ⇒ String
Returns the conference name
23 |
# File 'lib/nba/conference.rb', line 23 attribute :name, Shale::Type::String |