Module: Hyperloop::ClassPolicyMethods

Defined in:
lib/hyper-operation/transport/policy.rb

Instance Method Summary collapse

Instance Method Details

#hyperloop_internal_policy_objectObject



526
527
528
# File 'lib/hyper-operation/transport/policy.rb', line 526

def hyperloop_internal_policy_object
  @hyperloop_internal_policy_object ||= InternalClassPolicy.new(name || self)
end