Sha256: e0da1a663815c7e759efc29ec419d5ca907c3a3c5ac6c1217f09c9b38ccfa122

Contents?: true

Size: 717 Bytes

Versions: 9

Compression:

Stored size: 717 Bytes

Contents

# 查询
module HttpCrawler
  module Web
    module Httpbin
      module Response
        module Ip

          # 创建时间: 2019/4/28 21:03
          # 作者: Jagger
          # 方法名称: parsing
          # 方法说明: 解析数据
          # 调用方式: #results
          #
          # @option parameter [Hash]	Hash模式传参
          # @param parameter [Hash]
          #         {
          #             "": ,  # 参数说明
          #         }
          #
          # @return JSON
          #
          def parsing(parameter = {})
            self.json
          end
        end # module Index
      end # module Response
    end # module Baidu
  end # module Web
end # module HttpCrawler


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
http_crawler-0.3.2.12 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.11 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.10 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.9 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.8 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.7 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.6 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.5 lib/http_crawler/web/httpbin/response/ip.rb
http_crawler-0.3.2.4 lib/http_crawler/web/httpbin/response/ip.rb