Class: KeeperSecretsManager::Dto::UpdatePayload
- Inherits:
-
BasePayload
- Object
- BasePayload
- KeeperSecretsManager::Dto::UpdatePayload
- Defined in:
- lib/keeper_secrets_manager/dto/payload.rb
Overview
Update record payload
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#links2_remove ⇒ Object
Returns the value of attribute links2_remove.
-
#record_uid ⇒ Object
Returns the value of attribute record_uid.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
Attributes inherited from BasePayload
Instance Method Summary collapse
-
#initialize ⇒ UpdatePayload
constructor
A new instance of UpdatePayload.
Methods inherited from BasePayload
Constructor Details
#initialize ⇒ UpdatePayload
Returns a new instance of UpdatePayload.
63 64 65 66 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 63 def initialize super() @transaction_type = 'general' end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
61 62 63 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 61 def data @data end |
#links2_remove ⇒ Object
Returns the value of attribute links2_remove.
61 62 63 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 61 def links2_remove @links2_remove end |
#record_uid ⇒ Object
Returns the value of attribute record_uid.
61 62 63 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 61 def record_uid @record_uid end |
#revision ⇒ Object
Returns the value of attribute revision.
61 62 63 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 61 def revision @revision end |
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
61 62 63 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 61 def transaction_type @transaction_type end |