Sha256: 71fe98d30b681a95619a7f7a9a8e3f8174f0d53a7fda38da871600b1b981f3a1

Contents?: true

Size: 174 Bytes

Versions: 5

Compression:

Stored size: 174 Bytes

Contents

module Espago
  class ApiConnection
    class PlansPut < ApiPut
      def request(params = {})
        super("plans/#{params[:plan_id]}", params)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
espago-0.1.11 lib/espago/api_connection/plans_put.rb
espago-0.1.10 lib/espago/api_connection/plans_put.rb
espago-0.1.9 lib/espago/api_connection/plans_put.rb
espago-0.1.8 lib/espago/api_connection/plans_put.rb
espago-0.1.2 lib/espago/api_connection/plans_put.rb