Class: Jumbotron::Canonical::LineIngestInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::LineIngestInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#adapter_scope ⇒ Object
readonly
Returns the value of attribute adapter_scope.
-
#game_identities ⇒ Object
readonly
Returns the value of attribute game_identities.
-
#observations ⇒ Object
readonly
Returns the value of attribute observations.
-
#observed_at ⇒ Object
readonly
Returns the value of attribute observed_at.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
Instance Attribute Details
#adapter_scope ⇒ Object (readonly)
Returns the value of attribute adapter_scope
55 56 57 |
# File 'app/models/jumbotron/canonical.rb', line 55 def adapter_scope @adapter_scope end |
#game_identities ⇒ Object (readonly)
Returns the value of attribute game_identities
55 56 57 |
# File 'app/models/jumbotron/canonical.rb', line 55 def game_identities @game_identities end |
#observations ⇒ Object (readonly)
Returns the value of attribute observations
55 56 57 |
# File 'app/models/jumbotron/canonical.rb', line 55 def observations @observations end |
#observed_at ⇒ Object (readonly)
Returns the value of attribute observed_at
55 56 57 |
# File 'app/models/jumbotron/canonical.rb', line 55 def observed_at @observed_at end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
55 56 57 |
# File 'app/models/jumbotron/canonical.rb', line 55 def provider @provider end |