Method: W3cApi::Client#specification_version
- Defined in:
- lib/w3c_api/client.rb
#specification_version(shortname, version, options = {}) ⇒ Object
46 47 48 49 50 51 52 53 |
# File 'lib/w3c_api/client.rb', line 46 def specification_version(shortname, version, = {}) fetch_resource( :specification_resource_version_resource, shortname: shortname, version: version, **, ) end |