APIdock / Ruby on Rails
/
Browse About
method

attribute_method_suffixes

v2.3.8 - Show latest stable - Class: ActiveRecord::AttributeMethods::ClassMethods
attribute_method_suffixes()
private

Default to =, ?, _before_type_cast

# File activerecord/lib/active_record/attribute_methods.rb, line 137
        def attribute_method_suffixes
          @@attribute_method_suffixes ||= []
        end

Related methods

  • Instance methods
  • attribute_method_suffix
  • cache_attribute?
  • cache_attributes
  • cached_attributes
  • define_attribute_methods
  • define_read_methods
  • generated_methods
  • generated_methods?
  • instance_method_already_implemented?
  • match_attribute_method?
  • Private methods
  • privateattribute_method_suffixes
  • privatecreate_time_zone_conversion_attribute?
  • privatedefine_question_method
  • privatedefine_read_method
  • privatedefine_read_method_for_serialized_attribute
  • privatedefine_read_method_for_time_zone_conversion
  • privatedefine_write_method
  • privatedefine_write_method_for_time_zone_conversion
  • privateevaluate_attribute_method
  • privaterebuild_attribute_method_regexp
APIdock API Documentation Browser

© 2026 APIdock