module Protobuf::ActiveRecord::Columns::ClassMethods

Public Instance Methods

_protobuf_column_types() click to toggle source
# File lib/protobuf/active_record/columns.rb, line 29
def _protobuf_column_types
  _protobuf_map_columns unless _protobuf_mapped_columns?

  @_protobuf_column_types
end
_protobuf_columns() click to toggle source
# File lib/protobuf/active_record/columns.rb, line 23
def _protobuf_columns
  _protobuf_map_columns unless _protobuf_mapped_columns?

  @_protobuf_columns
end
_protobuf_date_datetime_time_or_timestamp_column() click to toggle source
# File lib/protobuf/active_record/columns.rb, line 35
def _protobuf_date_datetime_time_or_timestamp_column
  _protobuf_map_columns unless _protobuf_mapped_columns?

  @_protobuf_date_datetime_time_or_timestamp_column
end