Class: Jumbotron::Canonical::SyncInput

Inherits:
Data
  • Object
show all
Defined in:
app/models/jumbotron/canonical.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gamesObject (readonly)

Returns the value of attribute games

Returns:

  • (Object)

    the current value of games



43
44
45
# File 'app/models/jumbotron/canonical.rb', line 43

def games
  @games
end

#observed_atObject (readonly)

Returns the value of attribute observed_at

Returns:

  • (Object)

    the current value of observed_at



43
44
45
# File 'app/models/jumbotron/canonical.rb', line 43

def observed_at
  @observed_at
end

#teamsObject (readonly)

Returns the value of attribute teams

Returns:

  • (Object)

    the current value of teams



43
44
45
# File 'app/models/jumbotron/canonical.rb', line 43

def teams
  @teams
end