Module: WikidataAdaptor::TestHelpers::RestApi::PropertyDataTypes
- Included in:
- WikidataAdaptor::TestHelpers::RestApi
- Defined in:
- lib/wikidata_adaptor/test_helpers/rest_api/property_data_types.rb
Overview
Instance Method Summary collapse
-
#stub_get_property_data_types ⇒ Object
GET /v1/property-data-types.
Instance Method Details
#stub_get_property_data_types ⇒ Object
GET /v1/property-data-types
11 12 13 14 15 16 17 18 19 |
# File 'lib/wikidata_adaptor/test_helpers/rest_api/property_data_types.rb', line 11 def stub_get_property_data_types stub_rest_api_request( :get, "/v1/property-data-types", response_body: { "data-type" => "value-type" } ) end |