Class: BitwardenSDKSecrets::SelectiveGeneratorsCommand

Inherits:
GeneratorsCommand
  • Object
show all
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_dynamicObject



72
73
74
75
76
# File 'lib/extended_schemas/schemas.rb', line 72

def to_dynamic
  {
    "generate_password"      => generate_password&.to_dynamic,
  }.compact
end