class Turbot::API::SuccessResponse
Attributes
data[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
Turbot::API::Response::new
# File lib/turbot/api/response.rb, line 16 def initialize(response) super @data = @parsed_body[:data] end