Sha256: e2c5c54f0ddcd77f72134a918dfc6a636aaa8a3993ea1f36a69d9d112ea6d201

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

module Restfulie
  module Client
    module HTTP
      module LinkRequestBuilder
        include RequestMarshaller

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
restfulie-0.8.1 lib/restfulie/client/http/link_request_builder.rb