Class: MLB::ChangedGame

Inherits:
Shale::Mapper
  • Object
show all
Defined in:
lib/mlb/game_changes.rb

Overview

Represents a game that has been modified since a given timestamp

Instance Attribute Summary collapse

Instance Attribute Details

#game_pkInteger

Returns the unique game identifier

Examples:

game.game_pk #=> 745571

Returns:

  • (Integer)

    the game primary key



14
# File 'lib/mlb/game_changes.rb', line 14

attribute :game_pk, Shale::Type::Integer