class Tandaco::BaseResponse

Private Instance Methods

default_body() click to toggle source
# File lib/tandaco/responses/base_response.rb, line 8
def default_body
  JSON.parse(raw_response.body)
end