Class: Team

Inherits:
Object
  • Object
show all
Defined in:
lib/sec_mens_bball/team.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conf_recordObject

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

#gamesObject

Returns the value of attribute games.



3
4
5
# File 'lib/sec_mens_bball/team.rb', line 3

def games
  @games
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/sec_mens_bball/team.rb', line 3

def name
  @name
end

#overall_recordObject

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

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/sec_mens_bball/team.rb', line 3

def url
  @url
end