class Credigy::ProviderResponse

Public Instance Methods

all() click to toggle source
# File lib/credigy/provider_response.rb, line 5
def all
  Array.wrap(body[:providers][:provider])
end