class FlickRaw::OAuthClient::FailedResponse

Public Class Methods

new(str) click to toggle source
Calls superclass method
# File lib/flickraw/oauth.rb, line 8
def initialize(str)
  @response = OAuthClient.parse_response(str)
  super(@response['oauth_problem'])
end