Module: Protobuf::Mongoid::Transformation
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/protobuf/mongoid/transformation.rb
Overview
Transformation methods
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#attributes_from_proto(proto) ⇒ Object
Calls up to the class version of the method.
Instance Method Details
#attributes_from_proto(proto) ⇒ Object
Calls up to the class version of the method.
189 190 191 |
# File 'lib/protobuf/mongoid/transformation.rb', line 189 def attributes_from_proto(proto) self.class.attributes_from_proto(proto) end |