Class: Ogc::WebFeatureService::GetCapabilities
- Defined in:
- lib/ogc/web_feature_service/get_capabilities.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#http, #initialize, #post, request_name
Constructor Details
This class inherits a constructor from Ogc::WebFeatureService::Base
Instance Method Details
#get(&block) ⇒ Object
4 5 6 |
# File 'lib/ogc/web_feature_service/get_capabilities.rb', line 4 def get(&block) super(request: self.class.request_name, &block) end |