class Redoc::Def
- Redoc::Def
- Redoc::Type
- Reference
- Object
Defined in:
redoc/types.crConstructors
Instance Method Summary
- #abstract=(abstract __arg0 : Bool)
- #abstract? : Bool
- #body : String | Nil
- #body=(body : String | Nil)
- #free_vars : Set(String)
- #free_vars=(free_vars : Set(String))
- #generic? : Bool
- #html_id : String
- #html_id=(html_id : String)
- #location : Location | Nil
- #location=(location : Location | Nil)
- #name : String
- #name=(name : String)
- #params : Array(Parameter)
- #params=(params : Array(Parameter))
- #parent : TypeRef | Nil
- #parent=(parent : TypeRef | Nil)
- #return_type : String | Nil
- #return_type=(return_type : String | Nil)
- #yields=(yields : Bool)
- #yields? : Bool