Class: Jumbotron::Canonical::SyncInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::SyncInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#games ⇒ Object
readonly
Returns the value of attribute games.
-
#observed_at ⇒ Object
readonly
Returns the value of attribute observed_at.
-
#teams ⇒ Object
readonly
Returns the value of attribute teams.
Instance Attribute Details
#games ⇒ Object (readonly)
Returns the value of attribute games
43 44 45 |
# File 'app/models/jumbotron/canonical.rb', line 43 def games @games end |
#observed_at ⇒ Object (readonly)
Returns the value of attribute observed_at
43 44 45 |
# File 'app/models/jumbotron/canonical.rb', line 43 def observed_at @observed_at end |
#teams ⇒ Object (readonly)
Returns the value of attribute teams
43 44 45 |
# File 'app/models/jumbotron/canonical.rb', line 43 def teams @teams end |