We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f55b1 commit 8065993Copy full SHA for 8065993
lib/esdb/match.rb
@@ -1,4 +1,7 @@
1
module ESDB
2
class Match < ESDB::Resource
3
+ def duration_minutes
4
+ return (duration_seconds / 60.0).round
5
+ end
6
end
7
0 commit comments