class UniverseAPI::Response
Attributes
body[RW]
Public Class Methods
new(json)
click to toggle source
# File lib/universe/response.rb, line 5 def initialize(json) @body = JSON.parse(json) end