class CompositeEndpoint
A composite endpoint is a collection of endpoints that are used in order.
Definitions
def size
The number of endpoints in the composite endpoint.
Implementation
def size
@endpoints.size
end