Class: Whuffiebank::GiveResponse

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/whuffiebank/give_response.rb

Overview

According to the Whuffiebank API doc: www.thewhuffiebank.org/static/api

Instance Method Summary collapse

Instance Method Details

#to_sObject



12
13
14
# File 'lib/whuffiebank/give_response.rb', line 12

def to_s
  "Whuffiebank Response: #{result}. #{reason}"
end