Class: Ogc::WebProcessingService::Execute
- Inherits:
-
Base
- Object
- AbstractBase
- Base
- Ogc::WebProcessingService::Execute
- Defined in:
- lib/ogc/web_processing_service/execute.rb
Instance Attribute Summary
Attributes inherited from AbstractBase
Instance Method Summary collapse
Methods inherited from AbstractBase
#http, #initialize, #post, request_name
Constructor Details
This class inherits a constructor from Ogc::AbstractBase
Instance Method Details
#get(type_name, extra_params = {}, &block) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/ogc/web_processing_service/execute.rb', line 6 def get(type_name, extra_params = {}, &block) params = { 'request' => self.class.request_name, 'identifier' => type_name }.merge!(extra_params) super(params, &block) end |