Sha256: 9da0e10ef4323f6f4f8a72ff22e89915e656304cf1cf40cd80359e8a34385918
Contents?: true
Size: 500 Bytes
Versions: 15
Compression:
Stored size: 500 Bytes
Contents
require 'fog/core/model' module Fog module Billing class StormOnDemand class Invoice < Fog::Model identity :id attribute :accnt attribute :bill_date attribute :due attribute :end_date attribute :lineitem_groups attribute :payments attribute :start_date attribute :status attribute :total attribute :type def initialize(attributes={}) super end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems