Class: Ogc::WebFeatureService::GetFeature
- Inherits:
-
Base
- Object
- AbstractBase
- Base
- Ogc::WebFeatureService::GetFeature
- Defined in:
- lib/ogc/web_feature_service/get_feature.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
7 8 9 10 11 12 13 14 |
# File 'lib/ogc/web_feature_service/get_feature.rb', line 7 def get(type_name, extra_params = {}, &block) params = { 'request' => self.class.request_name, 'typeName' => type_name }.merge!(extra_params) super(params, &block) end |