Class: KeeperSecretsManager::Dto::UpdateFolderPayload

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

Overview

Update folder 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

#initializeUpdateFolderPayload

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

#dataObject

Returns the value of attribute data.



109
110
111
# File 'lib/keeper_secrets_manager/dto/payload.rb', line 109

def data
  @data
end

#folder_uidObject

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