Method: PeInfo::System.agent_installer_upload_path_windows_x64
- Defined in:
- lib/pe_info/system.rb
.agent_installer_upload_path_windows_x64(pe_version, agent_version) ⇒ Object
15 16 17 |
# File 'lib/pe_info/system.rb', line 15 def self.agent_installer_upload_path_windows_x64(pe_version, agent_version) "/#{AGENT_UPLOAD_PATH_WINDOWS}/#{pe_version}/windows-x86_64-#{agent_version}" end |