class Facile::Response::Wrapper::Raw
Attributes
body[RW]
Public Class Methods
new(body)
click to toggle source
# File lib/facile/response/wrapper/raw.rb, line 2 def initialize(body) @body = body end
Public Instance Methods
parsed_body()
click to toggle source
# File lib/facile/response/wrapper/raw.rb, line 6 def parsed_body @body end
to_s()
click to toggle source
# File lib/facile/response/wrapper/raw.rb, line 10 def to_s @body end