Class: BitwardenSDKSecrets::SelectiveGeneratorsCommand
- Inherits:
-
GeneratorsCommand
- Object
- Dry::Struct
- GeneratorsCommand
- BitwardenSDKSecrets::SelectiveGeneratorsCommand
- Defined in:
- lib/extended_schemas/schemas.rb
Instance Method Summary collapse
Methods inherited from GeneratorsCommand
from_dynamic!, from_json!, #to_json
Instance Method Details
#to_dynamic ⇒ Object
72 73 74 75 76 |
# File 'lib/extended_schemas/schemas.rb', line 72 def to_dynamic { "generate_password" => generate_password&.to_dynamic, }.compact end |