Class: GMO::PG::GenericRequest

Inherits:
Payload
  • Object
show all
Defined in:
lib/gmo-pg/http_resource/generic_request.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from Payload

#[], #[]=, decode, encode, #initialize, #inspect, #payload, #to_hash

Constructor Details

This class inherits a constructor from GMO::PG::Payload

Instance Attribute Details

#pathObject

Returns the value of attribute path.



4
5
6
# File 'lib/gmo-pg/http_resource/generic_request.rb', line 4

def path
  @path
end

Class Method Details

.corresponding_response_classObject



6
7
8
# File 'lib/gmo-pg/http_resource/generic_request.rb', line 6

def self.corresponding_response_class
  @corresponding_response_class ||= detect_corresponding_response_class
end