Class: Whuffiebank::GiveResponse
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- Whuffiebank::GiveResponse
- 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_s ⇒ Object
12 13 14 |
# File 'lib/whuffiebank/give_response.rb', line 12 def to_s "Whuffiebank Response: #{result}. #{reason}" end |