class Trio::Blog::API::ResponseError
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
# File lib/trio/blog/api/error/response_error.rb, line 7 def initialize(response) super(response.return_message) @response = response end