Sha256: 164694ad2553608b4a84856260688def87b7a22d6727a6f360e86b7cabdbca3e

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

module Restfulie
  module Client
    module HTTP #:nodoc:
      #=This class inherits RequestBuilderExecutor and include RequestFollow module.
      class RequestFollowExecutor < RequestBuilderExecutor
        include RequestFollow
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
restfulie-0.9.3 lib/restfulie/client/http/request_follow_executor.rb
restfulie-0.9.1 lib/restfulie/client/http/request_follow_executor.rb
restfulie-0.8.1 lib/restfulie/client/http/request_follow_executor.rb