Class: KeeperSecretsManager::Dto::CreatePayload
- Inherits:
-
BasePayload
- Object
- BasePayload
- KeeperSecretsManager::Dto::CreatePayload
- Defined in:
- lib/keeper_secrets_manager/dto/payload.rb
Overview
Create record payload
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#folder_key ⇒ Object
Returns the value of attribute folder_key.
-
#folder_uid ⇒ Object
Returns the value of attribute folder_uid.
-
#record_key ⇒ Object
Returns the value of attribute record_key.
-
#record_uid ⇒ Object
Returns the value of attribute record_uid.
-
#sub_folder_uid ⇒ Object
Returns the value of attribute sub_folder_uid.
Attributes inherited from BasePayload
Instance Method Summary collapse
-
#initialize ⇒ CreatePayload
constructor
A new instance of CreatePayload.
Methods inherited from BasePayload
Constructor Details
#initialize ⇒ CreatePayload
53 54 55 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 53 def initialize super() end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
50 51 52 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 50 def data @data end |
#folder_key ⇒ Object
Returns the value of attribute folder_key.
50 51 52 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 50 def folder_key @folder_key end |
#folder_uid ⇒ Object
Returns the value of attribute folder_uid.
50 51 52 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 50 def folder_uid @folder_uid end |
#record_key ⇒ Object
Returns the value of attribute record_key.
50 51 52 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 50 def record_key @record_key end |
#record_uid ⇒ Object
Returns the value of attribute record_uid.
50 51 52 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 50 def record_uid @record_uid end |
#sub_folder_uid ⇒ Object
Returns the value of attribute sub_folder_uid.
50 51 52 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 50 def sub_folder_uid @sub_folder_uid end |