Sha256: 659d84e4e5a198de94c73ec5abb8d04777d44aad3780500a22ce56130ceec365
Contents?: true
Size: 517 Bytes
Versions: 4
Compression:
Stored size: 517 Bytes
Contents
- case response[response_type] - when Hash .span5 %strong= "#{response_type.capitalize} response:" %pre.prettyprint= response[response_type].dig('response') - if response[response_type].dig('data') %pre.prettyprint= response[response_type].dig('data') - when Array .span5 %strong= "#{response_type.capitalize} responses:" - response[response_type].each do |res| %pre.prettyprint= res.dig('response') - if res.dig('data') %pre.prettyprint= res.dig('data') %hr/
Version data entries
4 entries across 4 versions & 1 rubygems