Module: Hyperloop::PolicyMethods

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#hyperloop_internal_policy_objectObject

Returns the value of attribute hyperloop_internal_policy_object.



542
543
544
# File 'lib/hyper-operation/transport/policy.rb', line 542

def hyperloop_internal_policy_object
  @hyperloop_internal_policy_object
end

Class Method Details

.included(base) ⇒ Object



537
538
539
540
541
# File 'lib/hyper-operation/transport/policy.rb', line 537

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