class Proxybonanza::Responses::Base

Attributes

body[R]

Public Class Methods

new(body_string) click to toggle source
# File lib/proxybonanza/responses/base.rb, line 7
def initialize(body_string)
  @body = JSON.parse(body_string)
end