class Credigy::CampaignNegotiationResponse

Public Instance Methods

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