Sha256: 0ebce003e699834e636d1c71996a2bd35acfeeba1425bb6f904d342054890594
Contents?: true
Size: 503 Bytes
Versions: 53
Compression:
Stored size: 503 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
53 entries across 53 versions & 3 rubygems