Module: Contrast::Api::Decorators::Address
- Included in:
- Contrast::Api::Dtm::Address
- Defined in:
- lib/contrast/api/decorators/address.rb
Overview
Used to decorate the Contrast::Api::Dtm::Address protobuf model so it can own some of the data massaging required for Request dtm. Only works as an extension of that class.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
16 17 18 |
# File 'lib/contrast/api/decorators/address.rb', line 16 def self.included klass klass.extend(ClassMethods) end |