Class: Bishl::Game
- Inherits:
-
Struct
- Object
- Struct
- Bishl::Game
- Defined in:
- lib/game.rb
Instance Attribute Summary collapse
-
#awayteam ⇒ Object
Returns the value of attribute awayteam.
-
#awayteamid ⇒ Object
(also: #awayteam_id)
Returns the value of attribute awayteamid.
-
#gameid ⇒ Object
(also: #id)
Returns the value of attribute gameid.
-
#goalsaway ⇒ Object
Returns the value of attribute goalsaway.
-
#goalshome ⇒ Object
Returns the value of attribute goalshome.
-
#hometeam ⇒ Object
Returns the value of attribute hometeam.
-
#hometeamid ⇒ Object
(also: #hometeam_id)
Returns the value of attribute hometeamid.
-
#overtime ⇒ Object
Returns the value of attribute overtime.
-
#shootout ⇒ Object
Returns the value of attribute shootout.
-
#stadium ⇒ Object
Returns the value of attribute stadium.
-
#startdate ⇒ Object
(also: #date)
Returns the value of attribute startdate.
Instance Attribute Details
#awayteam ⇒ Object
Returns the value of attribute awayteam
2 3 4 |
# File 'lib/game.rb', line 2 def awayteam @awayteam end |
#awayteamid ⇒ Object Also known as: awayteam_id
Returns the value of attribute awayteamid
2 3 4 |
# File 'lib/game.rb', line 2 def awayteamid @awayteamid end |
#gameid ⇒ Object Also known as: id
Returns the value of attribute gameid
2 3 4 |
# File 'lib/game.rb', line 2 def gameid @gameid end |
#goalsaway ⇒ Object
Returns the value of attribute goalsaway
2 3 4 |
# File 'lib/game.rb', line 2 def goalsaway @goalsaway end |
#goalshome ⇒ Object
Returns the value of attribute goalshome
2 3 4 |
# File 'lib/game.rb', line 2 def goalshome @goalshome end |
#hometeam ⇒ Object
Returns the value of attribute hometeam
2 3 4 |
# File 'lib/game.rb', line 2 def hometeam @hometeam end |
#hometeamid ⇒ Object Also known as: hometeam_id
Returns the value of attribute hometeamid
2 3 4 |
# File 'lib/game.rb', line 2 def hometeamid @hometeamid end |
#overtime ⇒ Object
Returns the value of attribute overtime
2 3 4 |
# File 'lib/game.rb', line 2 def overtime @overtime end |
#shootout ⇒ Object
Returns the value of attribute shootout
2 3 4 |
# File 'lib/game.rb', line 2 def shootout @shootout end |
#stadium ⇒ Object
Returns the value of attribute stadium
2 3 4 |
# File 'lib/game.rb', line 2 def stadium @stadium end |
#startdate ⇒ Object Also known as: date
Returns the value of attribute startdate
2 3 4 |
# File 'lib/game.rb', line 2 def startdate @startdate end |