Sha256: f0d0475a0e1a39f94fbb109948a287866550dc7bf41a5a47a4476d29420241c6

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

module Restfulie
  module Client
    module HTTP
      module LinkRequestBuilder
        include RequestMarshaller
        include RequestFollow

        def path#:nodoc:
          at(href)
          as(type) if type
          super
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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