Class: OptaSD::Soccer::PassMatrix

Inherits:
SoccerCore show all
Defined in:
lib/opta_sd/soccer/pass_matrix.rb

Constant Summary

Constants inherited from Core

Core::PARAMETERS

Instance Attribute Summary

Attributes inherited from SoccerCore

#data, #params

Attributes inherited from Core

#data

Instance Method Summary collapse

Methods inherited from SoccerCore

#resource

Methods inherited from Core

#get, #parse_data, #parse_json, #parse_xml

Constructor Details

#initializePassMatrix

Returns a new instance of PassMatrix.



7
8
9
10
# File 'lib/opta_sd/soccer/pass_matrix.rb', line 7

def initialize
  super
  @feed_name = 'passmatrix'
end