class EventbriteAPI::Response

Attributes

body[RW]

Public Class Methods

new(json) click to toggle source
# File lib/rubybrite/response.rb, line 5
def initialize(json)
  @body = JSON.parse(json)
end