struct Oak::Result(T)
- Oak::Result(T)
 - Struct
 - Value
 - Object
 
Defined in:
oak/result.crConstructors
Instance Method Summary
- #found?
 - 
        #key
        
          
The full resulting key.
 - 
        #leaf
        
          
Returns the first leaf in the result.
 - 
        #leaves
        
          
The matching leaves of the result.
 - 
        #params
        
          
The named params found in the result.
 - 
        #payload
        
          
alias for
#leaf.