Module: HyperMesh::PolicyMethods

Defined in:
lib/synchromesh/policy.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#synchromesh_internal_policy_objectObject

Returns the value of attribute synchromesh_internal_policy_object.



449
450
451
# File 'lib/synchromesh/policy.rb', line 449

def synchromesh_internal_policy_object
  @synchromesh_internal_policy_object
end

Class Method Details

.included(base) ⇒ Object



444
445
446
447
448
# File 'lib/synchromesh/policy.rb', line 444

def self.included(base)
  base.class_eval do
    extend ClassPolicyMethods
  end
end