Class: SportDb::MatchParserSimpleV2::Round

Inherits:
Struct
  • Object
show all
Defined in:
lib/sportdb/readers/match_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



32
33
34
# File 'lib/sportdb/readers/match_parser.rb', line 32

def pos
  @pos
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



32
33
34
# File 'lib/sportdb/readers/match_parser.rb', line 32

def title
  @title
end