module Stackify::Authorizable::ClassMethods
Public Instance Methods
response_string(r)
click to toggle source
# File lib/stackify/authorization/authorizable.rb, line 59 def response_string r return '' if r.nil? "Status: #{r.try(:status)}, Message: '#{r.try(:body)}'" end