Method: W3cApi::Commands::Group#specifications

Defined in:
lib/w3c_api/commands/group.rb

#specificationsObject



47
48
49
50
51
# File 'lib/w3c_api/commands/group.rb', line 47

def specifications
  client = W3cApi::Client.new
  specifications = client.group_specifications(options[:id])
  output_results(specifications, options[:format])
end