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