class MarbleApiClient::Responses::Success

Represents an HTTP 200 response. This will encompass all errors in the 200-299 range.

Public Class Methods

new(response) click to toggle source
# File lib/marble_api_client/responses/success.rb, line 17
def initialize(response)
  @response = response
end