class CB::Psql
- CB::Psql
- CB::APIAction
- CB::Action
- Reference
- Object
Defined in:
cb/psql.crConstructors
Instance Method Summary
- #cluster_id : Hash(Symbol, Identifier)
- #cluster_id=(cluster_id : Hash(Symbol, Identifier))
- #cluster_id=(str : String)
- #database : String | Nil
- #database=(database : String | Nil)
- #database=(database : Nil | String)
- #psql=(psql : Enumerable(String), Hash(String, Nil) | Hash(String, Nil | String) | Hash(String, String) | Nil -> _)
- #role : Role
- #role=(str : String)
- #role=(role : Role)
- #run
- #validate
Instance methods inherited from class CB::APIAction
client : Client
client,
client=(client : Client)
client=,
run
run
Constructor methods inherited from class CB::APIAction
new(client : CB::Client, input = STDIN, output = STDOUT)
new
Instance methods inherited from class CB::Action
call
call,
input : IO
input,
input=(input : IO)
input=,
output : IO
output,
output=(output : IO)
output=
Constructor methods inherited from class CB::Action
new(input : IO = STDIN, output : IO = STDOUT)
new
Constructor Detail
Instance Method Detail
def psql=(psql : Enumerable(String), Hash(String, Nil) | Hash(String, Nil | String) | Hash(String, String) | Nil -> _)
#