APIdock / Ruby on Rails
/
Browse About
method

generated_methods

v2.3.8 - Show latest stable - Class: ActiveRecord::AttributeMethods::ClassMethods
generated_methods(#:nodoc:)
public

Contains the names of the generated attribute methods.

# File activerecord/lib/active_record/attribute_methods.rb, line 59
      def generated_methods #:nodoc:
        @generated_methods ||= Set.new
      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