Class: Statium::Opta::Model::Match
- Inherits:
-
Object
- Object
- Statium::Opta::Model::Match
- Defined in:
- lib/statium/opta/model/match.rb
Instance Attribute Summary collapse
-
#liveData ⇒ Object
Returns the value of attribute liveData.
-
#matchInfo ⇒ Object
Returns the value of attribute matchInfo.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(params) ⇒ Match
constructor
A new instance of Match.
Constructor Details
Instance Attribute Details
#liveData ⇒ Object
Returns the value of attribute liveData
5 6 7 |
# File 'lib/statium/opta/model/match.rb', line 5 def liveData @liveData end |
#matchInfo ⇒ Object
Returns the value of attribute matchInfo
6 7 8 |
# File 'lib/statium/opta/model/match.rb', line 6 def matchInfo @matchInfo end |