Sha256: 2ad680271fc8c773412f590505fb550ad425eb00baae399a5d0832c48956c364

Contents?: true

Size: 229 Bytes

Versions: 7

Compression:

Stored size: 229 Bytes

Contents

module Recurly
  class PerformanceObligation < Resource

    define_attribute_methods %w(
      id
      name
      created_at
      updated_at
    )

    def self.collection_path
      "performance_obligations"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
recurly-2.20.3 lib/recurly/performance_obligation.rb
recurly-2.20.2 lib/recurly/performance_obligation.rb
recurly-2.20.1 lib/recurly/performance_obligation.rb
recurly-2.20.0 lib/recurly/performance_obligation.rb
recurly-2.19.13 lib/recurly/performance_obligation.rb
recurly-2.19.12 lib/recurly/performance_obligation.rb
recurly-2.19.11 lib/recurly/performance_obligation.rb