Sha256: 87b5092df27ccade5ca172b17cc5898e16317c46cece89824fc7761d8a87946a

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 Bytes

Contents

=begin
#Mailchimp Marketing API

#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: 3.0.75
Contact: apihelp@mailchimp.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.4.12

=end

require 'uri'

module MailchimpMarketing
  class PingApi
    attr_accessor :api_client

    def initialize(api_client)
      @api_client = api_client
    end

    # Ping
    def get(opts = {})

      query_params = {}
      post_body = nil

      local_var_path = '/ping'
      data = @api_client.call_api(:GET, local_var_path,
        :query_params => query_params,
        :body => post_body)
      return data
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
MailchimpMarketing-3.0.75 lib/MailchimpMarketing/api/ping_api.rb