class RethinkDB::RemoteConnection::Response
Included Modules
- JSON::Serializable
Defined in:
driver/remote_connection.crConstructors
Instance Method Summary
- #b : Array(JSON::Any) | Nil
- #b=(b : Array(JSON::Any) | Nil)
- #e : ErrorType | Nil
- #e=(e : ErrorType | Nil)
- #n : Array(Int32) | Nil
- #n=(n : Array(Int32) | Nil)
- #p : JSON::Any | Nil
- #p=(p : JSON::Any | Nil)
- #r : Array(JSON::Any)
- #r=(r : Array(JSON::Any))
- #t : ResponseType
- #t=(t : ResponseType)