Method: W3cApi::Client#specification

Defined in:
lib/w3c_api/client.rb

#specification(shortname, options = {}) ⇒ Object



37
38
39
# File 'lib/w3c_api/client.rb', line 37

def specification(shortname, options = {})
  fetch_resource(:specification_resource, shortname: shortname, **options)
end