abstract class CB::ConfigurationParameterAction
- CB::ConfigurationParameterAction
- CB::APIAction
- CB::Action
- Reference
- Object
Overview
API action for configuration parameters.
All configuration parameter actions must inherit this action.
Direct Known Subclasses
- CB::ConfigurationParameterGet
- CB::ConfigurationParameterListSupported
- CB::ConfigurationParameterReset
- CB::ConfigurationParameterSet
Defined in:
cb/config_param.crInstance Method Summary
-
#args : Array(String)
List of configuration parameter argments for the action.
-
#args=(args : Array(String))
List of configuration parameter argments for the action.
-
#cluster_id : Hash(Symbol, Identifier)
The cluster ID.
-
#cluster_id=(cluster_id : Hash(Symbol, Identifier))
The cluster ID.
-
#cluster_id=(str : String)
The cluster ID.
-
#format : Format
The output format.
-
#format=(str : String)
The output format.
-
#format=(format : Format)
The output format.
-
#no_header : Bool
Flag to indicate whether the output should include a header.
-
#no_header=(no_header : Bool)
Flag to indicate whether the output should include a header.
- #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
Macros inherited from class CB::Action
bool_setter(property)
bool_setter,
bool_setter?(property)
bool_setter?,
cluster_identifier_setter(property)
cluster_identifier_setter,
eid_setter(property, description = nil)
eid_setter,
format_setter(property)
format_setter,
format_setter?(property)
format_setter?,
i32_setter(property)
i32_setter,
ident_setter(property)
ident_setter,
identifier_setter(property)
identifier_setter,
name_setter(property)
name_setter,
name_setter?(property)
name_setter?,
role_setter(property)
role_setter,
role_setter?(property)
role_setter?,
time_setter(property)
time_setter
Instance Method Detail
def no_header : Bool
#
Flag to indicate whether the output should include a header. This only has an effect when the output format is a table.
def no_header=(no_header : Bool)
#
Flag to indicate whether the output should include a header. This only has an effect when the output format is a table.