struct

Fm::Response

Inherits Struct < Value < Object

Response returned by the model.

Constructors

new(content : String)
Source

Instance methods

content

The text content of the response.

Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source