Module: PlanningCenter::LazyAttributes

Included in:
Plan
Defined in:
lib/planning_center/lazy_attributes.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#load_stateObject



24
25
26
# File 'lib/planning_center/lazy_attributes.rb', line 24

def load_state
  @load_state ||= :ghost
end

Class Method Details

.included(base) ⇒ Object



18
19
20
# File 'lib/planning_center/lazy_attributes.rb', line 18

def self.included(base)
  base.extend(ClassMethods)
end