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