Class: Bishl::Game

Inherits:
Struct
  • Object
show all
Defined in:
lib/game.rb

Instance Attribute Summary collapse

Instance Attribute Details

#awayteamObject

Returns the value of attribute awayteam

Returns:

  • (Object)

    the current value of awayteam



2
3
4
# File 'lib/game.rb', line 2

def awayteam
  @awayteam
end

#awayteamidObject Also known as: awayteam_id

Returns the value of attribute awayteamid

Returns:

  • (Object)

    the current value of awayteamid



2
3
4
# File 'lib/game.rb', line 2

def awayteamid
  @awayteamid
end

#gameidObject Also known as: id

Returns the value of attribute gameid

Returns:

  • (Object)

    the current value of gameid



2
3
4
# File 'lib/game.rb', line 2

def gameid
  @gameid
end

#goalsawayObject

Returns the value of attribute goalsaway

Returns:

  • (Object)

    the current value of goalsaway



2
3
4
# File 'lib/game.rb', line 2

def goalsaway
  @goalsaway
end

#goalshomeObject

Returns the value of attribute goalshome

Returns:

  • (Object)

    the current value of goalshome



2
3
4
# File 'lib/game.rb', line 2

def goalshome
  @goalshome
end

#hometeamObject

Returns the value of attribute hometeam

Returns:

  • (Object)

    the current value of hometeam



2
3
4
# File 'lib/game.rb', line 2

def hometeam
  @hometeam
end

#hometeamidObject Also known as: hometeam_id

Returns the value of attribute hometeamid

Returns:

  • (Object)

    the current value of hometeamid



2
3
4
# File 'lib/game.rb', line 2

def hometeamid
  @hometeamid
end

#overtimeObject

Returns the value of attribute overtime

Returns:

  • (Object)

    the current value of overtime



2
3
4
# File 'lib/game.rb', line 2

def overtime
  @overtime
end

#shootoutObject

Returns the value of attribute shootout

Returns:

  • (Object)

    the current value of shootout



2
3
4
# File 'lib/game.rb', line 2

def shootout
  @shootout
end

#stadiumObject

Returns the value of attribute stadium

Returns:

  • (Object)

    the current value of stadium



2
3
4
# File 'lib/game.rb', line 2

def stadium
  @stadium
end

#startdateObject Also known as: date

Returns the value of attribute startdate

Returns:

  • (Object)

    the current value of startdate



2
3
4
# File 'lib/game.rb', line 2

def startdate
  @startdate
end