module Protobuf::ActiveRecord::Transformation
Attributes
Public Instance Methods
Source
# File lib/protobuf/active_record/transformation.rb, line 178 def attributes_from_proto(proto) self.class.attributes_from_proto(proto) end
Calls up to the class version of the method.