Module: Contrast::Api::Decorators::ApplicationUpdate::ClassMethods

Defined in:
lib/contrast/api/decorators/application_update.rb

Overview

Used to add class methods to the ApplicationUpdate class on inclusion of the decorator

Instance Method Summary collapse

Instance Method Details

#buildObject



43
44
45
46
47
48
49
# File 'lib/contrast/api/decorators/application_update.rb', line 43

def build
  msg = new
  msg.append_route_coverage_data(Contrast::Agent.framework_manager.find_route_discovery_data)
  msg.append_platform_version(Contrast::Agent.framework_manager.platform_version)
  msg.append_library_update(Contrast::Agent::Inventory::DependencyAnalysis.instance.library_pb_list)
  msg
end