class Teletube::Context
- Teletube::Context
- Reference
- Object
Overview
Keeps the details of how the CLI tool was called.
Defined in:
teletube/context.crConstructors
Instance Method Summary
- #command : String | Nil
- #command=(command : String | Nil)
- #errors : Array(String)
- #errors=(errors : Array(String))
- #filename : String | Nil
- #filename=(filename : String | Nil)
- #params : Hash(String, JSON::Any)
- #params=(params : Hash(String, JSON::Any))
- #resource : String | Nil
- #resource=(resource : String | Nil)
- #run=(run : Bool)
- #run? : Bool
- #verbose=(verbose : Bool)
- #verbose? : Bool