rthbound/konamio

View on GitHub
lib/konamio/result.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Konamio
  # The object all my service objects will return
  class Result < PayDirt::Result
  end
end