Module: Contrast::Api::Decorators::RouteCoverage
- Included in:
- Contrast::Api::Dtm::RouteCoverage
- Defined in:
- lib/contrast/api/decorators/route_coverage.rb
Overview
Used to decorate the Contrast::Api::Dtm::RouteCoverage protobuf model to handle conversion between framework route classes and the dtm.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
12 13 14 |
# File 'lib/contrast/api/decorators/route_coverage.rb', line 12 def self.included klass klass.extend(ClassMethods) end |