Sha256: ad0ee928cc5b9ba3368ecd679961e6b6b07a2d03f68115e779dd00b03b664328

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

module Billimatic
  module Resources
    class Plan < Base
      def list(organization_id:)
        http.get("/organizations/#{organization_id}#{resource_base_path}") do |response|
          respond_with_collection response
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
billimatic-client-0.4.0 lib/billimatic/resources/plan.rb
billimatic-client-0.3.0 lib/billimatic/resources/plan.rb
billimatic-client-0.2.1 lib/billimatic/resources/plan.rb
billimatic-client-0.1.2 lib/billimatic/resources/plan.rb
billimatic-client-0.1.1 lib/billimatic/resources/plan.rb
billimatic-client-0.1.0 lib/billimatic/resources/plan.rb