Class: KeeperSecretsManager::Dto::FileUploadPayload
- Inherits:
-
BasePayload
- Object
- BasePayload
- KeeperSecretsManager::Dto::FileUploadPayload
- Defined in:
- lib/keeper_secrets_manager/dto/payload.rb
Overview
File upload payload
Instance Attribute Summary collapse
-
#file_record_data ⇒ Object
Returns the value of attribute file_record_data.
-
#file_record_key ⇒ Object
Returns the value of attribute file_record_key.
-
#file_record_uid ⇒ Object
Returns the value of attribute file_record_uid.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#link_key ⇒ Object
Returns the value of attribute link_key.
-
#owner_record_data ⇒ Object
Returns the value of attribute owner_record_data.
-
#owner_record_revision ⇒ Object
Returns the value of attribute owner_record_revision.
-
#owner_record_uid ⇒ Object
Returns the value of attribute owner_record_uid.
Attributes inherited from BasePayload
Instance Method Summary collapse
-
#initialize ⇒ FileUploadPayload
constructor
A new instance of FileUploadPayload.
Methods inherited from BasePayload
Constructor Details
#initialize ⇒ FileUploadPayload
Returns a new instance of FileUploadPayload.
92 93 94 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 92 def initialize super() end |
Instance Attribute Details
#file_record_data ⇒ Object
Returns the value of attribute file_record_data.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def file_record_data @file_record_data end |
#file_record_key ⇒ Object
Returns the value of attribute file_record_key.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def file_record_key @file_record_key end |
#file_record_uid ⇒ Object
Returns the value of attribute file_record_uid.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def file_record_uid @file_record_uid end |
#file_size ⇒ Object
Returns the value of attribute file_size.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def file_size @file_size end |
#link_key ⇒ Object
Returns the value of attribute link_key.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def link_key @link_key end |
#owner_record_data ⇒ Object
Returns the value of attribute owner_record_data.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def owner_record_data @owner_record_data end |
#owner_record_revision ⇒ Object
Returns the value of attribute owner_record_revision.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def owner_record_revision @owner_record_revision end |
#owner_record_uid ⇒ Object
Returns the value of attribute owner_record_uid.
89 90 91 |
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 89 def owner_record_uid @owner_record_uid end |