fog/fog-storm_on_demand

View on GitHub
lib/fog/billing/storm_on_demand/models/payment.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Fog
  module Billing
    class StormOnDemand
      class Payment < Fog::Model
      end
    end
  end
end