Class: KeeperSecretsManager::Dto::UpdateFolderPayload
- Inherits:
-
BasePayload
- Object
- BasePayload
- KeeperSecretsManager::Dto::UpdateFolderPayload
- Defined in:
- lib/keeper_secrets_manager/dto/payload.rb
Overview
Update folder payload
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#folder_uid ⇒ Object
Returns the value of attribute folder_uid.
Attributes inherited from BasePayload
Instance Method Summary collapse
-
#initialize ⇒ UpdateFolderPayload
constructor
A new instance of UpdateFolderPayload.
Methods inherited from BasePayload
Constructor Details
#initialize ⇒ UpdateFolderPayload
Returns a new instance of UpdateFolderPayload.
111 112 113 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 111 def initialize super() end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
109 110 111 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 109 def data @data end |
#folder_uid ⇒ Object
Returns the value of attribute folder_uid.
109 110 111 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 109 def folder_uid @folder_uid end |