class Rpx::RpxException

Attributes

http_response[R]

Public Class Methods

new(http_response) click to toggle source
# File lib/rpx.rb, line 11
def initialize(http_response)
  @http_response = http_response
end