class Wavefront::Response::Raw

Attributes

options[R]
response[R]

Public Class Methods

new(response, options={}) click to toggle source
# File lib/wavefront/response.rb, line 28
def initialize(response, options={})
  @response = response
  @options = options
end

Public Instance Methods

to_s() click to toggle source
# File lib/wavefront/response.rb, line 33
def to_s
  return @response
end