Module: Hyperloop::PolicyMethods
- Defined in:
- lib/hyper-operation/transport/policy.rb
Instance Attribute Summary collapse
-
#hyperloop_internal_policy_object ⇒ Object
Returns the value of attribute hyperloop_internal_policy_object.
Class Method Summary collapse
Instance Attribute Details
#hyperloop_internal_policy_object ⇒ Object
Returns the value of attribute hyperloop_internal_policy_object.
480 481 482 |
# File 'lib/hyper-operation/transport/policy.rb', line 480 def hyperloop_internal_policy_object @hyperloop_internal_policy_object end |
Class Method Details
.included(base) ⇒ Object
475 476 477 478 479 |
# File 'lib/hyper-operation/transport/policy.rb', line 475 def self.included(base) base.class_eval do extend ClassPolicyMethods end end |