class TandaCLI::API::Result(T)
- TandaCLI::API::Result(T)
- TandaCLI::Result(T, TandaCLI::Types::Error)
- Reference
- Object
Defined in:
tanda_cli/api/result.crConstructors
- .from(response : HTTP::Client::Response) : self
-
.from(response : HTTP::Client::Response, & : T -> T | E) : self
allows additional processing on a successful response
- .new(value : T | E)
Instance methods inherited from class TandaCLI::Result(T, TandaCLI::Types::Error)
or(& : E -> U) : T | U forall U
or
Constructor methods inherited from class TandaCLI::Result(T, TandaCLI::Types::Error)
new(value : T | E)
new
Constructor Detail
allows additional processing on a successful response