Class: SportDb::MatchParserSimpleV2::Round
- Inherits:
-
Struct
- Object
- Struct
- SportDb::MatchParserSimpleV2::Round
- Defined in:
- lib/sportdb/readers/match_parser.rb
Instance Attribute Summary collapse
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#pos ⇒ Object
Returns the value of attribute pos
32 33 34 |
# File 'lib/sportdb/readers/match_parser.rb', line 32 def pos @pos end |
#title ⇒ Object
Returns the value of attribute title
32 33 34 |
# File 'lib/sportdb/readers/match_parser.rb', line 32 def title @title end |