Class: Team
- Inherits:
-
Object
- Object
- Team
- Defined in:
- lib/sec_mens_bball/team.rb
Instance Attribute Summary collapse
-
#conf_record ⇒ Object
Returns the value of attribute conf_record.
-
#games ⇒ Object
Returns the value of attribute games.
-
#name ⇒ Object
Returns the value of attribute name.
-
#overall_record ⇒ Object
Returns the value of attribute overall_record.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#conf_record ⇒ Object
Returns the value of attribute conf_record.
3 4 5 |
# File 'lib/sec_mens_bball/team.rb', line 3 def conf_record @conf_record end |
#games ⇒ Object
Returns the value of attribute games.
3 4 5 |
# File 'lib/sec_mens_bball/team.rb', line 3 def games @games end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/sec_mens_bball/team.rb', line 3 def name @name end |
#overall_record ⇒ Object
Returns the value of attribute overall_record.
3 4 5 |
# File 'lib/sec_mens_bball/team.rb', line 3 def overall_record @overall_record end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/sec_mens_bball/team.rb', line 3 def url @url end |