Sha256: 1d32c82e70adad5db9cc1fef101af89c54b7ab3c8f2483c0d952c78ebaafc267

Contents?: true

Size: 220 Bytes

Versions: 4

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module WhatsappSdk
  module Api
    module Responses
      class IdResponse
        attr_accessor :id

        def initialize(id)
          @id = id
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whatsapp_sdk-1.0.3 lib/whatsapp_sdk/api/responses/id_response.rb
whatsapp_sdk-1.0.2 lib/whatsapp_sdk/api/responses/id_response.rb
whatsapp_sdk-1.0.1 lib/whatsapp_sdk/api/responses/id_response.rb
whatsapp_sdk-1.0.0 lib/whatsapp_sdk/api/responses/id_response.rb