Class: Dm3::Api::Requests::Get

Inherits:
Base
  • Object
show all
Defined in:
lib/dm3/api/requests/get.rb

Instance Attribute Summary

Attributes inherited from Base

#connection, #opts

Instance Method Summary collapse

Methods inherited from Base

#http_class, #initialize, #perform, #response

Constructor Details

This class inherits a constructor from Dm3::Api::Requests::Base

Instance Method Details

#http_methodObject



2
3
4
# File 'lib/dm3/api/requests/get.rb', line 2

def http_method
  'get'
end