Module: Contrast::Api::Decorators::Library

Included in:
Contrast::Api::Dtm::Library
Defined in:
lib/contrast/api/decorators/library.rb

Overview

Used to decorate the Library protobuf model to handle Gem::Specification translation

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



13
14
15
# File 'lib/contrast/api/decorators/library.rb', line 13

def self.included klass
  klass.extend(ClassMethods)
end