APIdock / Ruby on Rails
/
Browse About
method

null

rails latest stable - Class: ActiveModel::Attribute
null(name)
public

No documentation available.

# File activemodel/lib/active_model/attribute.rb, line 20
      def null(name)
        Null.new(name)
      end

Related methods

  • Instance methods
  • ==
  • came_from_user?
  • changed?
  • changed_in_place?
  • encode_with
  • eql?
  • forgetting_assignment
  • has_been_read?
  • hash
  • init_with
  • initialized?
  • original_value
  • original_value_for_database
  • serializable?
  • type_cast
  • value
  • value_for_database
  • with_cast_value
  • with_type
  • with_user_default
  • with_value_from_database
  • with_value_from_user
  • Class methods
  • from_database
  • from_user
  • new
  • null
  • uninitialized
  • with_cast_value
  • Private methods
  • private_original_value_for_database
  • private_value_for_database
  • privatechanged_from_assignment?
  • privateinitialize_dup
APIdock API Documentation Browser

© 2026 APIdock