Class: Arel::Nodes::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/calculated_attributes/rails_patches.rb

Instance Method Summary collapse

Instance Method Details

#calculated_attr!Object



36
37
38
# File 'lib/calculated_attributes/rails_patches.rb', line 36

def calculated_attr!
  @is_calculated_attr = true
end

#calculated_attr?Boolean



40
41
42
# File 'lib/calculated_attributes/rails_patches.rb', line 40

def calculated_attr?
  @is_calculated_attr
end