Module: Spyke::Http

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/spyke/http.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

METHODS =
%i{ get post put patch delete }

Instance Method Summary collapse

Instance Method Details

#uriObject



104
105
106
# File 'lib/spyke/http.rb', line 104

def uri
  Path.new(@uri_template, attributes) if @uri_template
end