Method: Soaspec::ExchangeExtractor#to_hash

Defined in:
lib/soaspec/exchange/exchange_extractor.rb

#to_hashHash

Returns Hash representing the response of the API.

Returns:

  • (Hash)

    Hash representing the response of the API



55
56
57
# File 'lib/soaspec/exchange/exchange_extractor.rb', line 55

def to_hash
  exchange_handler.to_hash(response)
end