Sha256: 2a72986dcbdfd38c34c990e8957436f727979e54802edab892b5af1e4a1423be
Contents?: true
Size: 223 Bytes
Versions: 51
Compression:
Stored size: 223 Bytes
Contents
require 'fog/core/model' module Fog module Billing class StormOnDemand class Payment < Fog::Model def initialize(attributes={}) super end end end end end
Version data entries
51 entries across 51 versions & 3 rubygems