Method: W3cApi::Commands::Group#specifications
- Defined in:
- lib/w3c_api/commands/group.rb
#specifications ⇒ Object
47 48 49 50 51 |
# File 'lib/w3c_api/commands/group.rb', line 47 def specifications client = W3cApi::Client.new specifications = client.group_specifications([:id]) output_results(specifications, [:format]) end |