Class: KeeperSecretsManager::Dto::FileUploadPayload

Inherits:
BasePayload
  • Object
show all
Defined in:
lib/keeper_secrets_manager/dto/payload.rb

Overview

File upload payload

Instance Attribute Summary collapse

Attributes inherited from BasePayload

#client_id, #client_version

Instance Method Summary collapse

Methods inherited from BasePayload

#to_h, #to_json

Constructor Details

#initializeFileUploadPayload

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_dataObject

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_keyObject

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_uidObject

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_sizeObject

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

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_dataObject

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_revisionObject

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_uidObject

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