Module: Pathway::Plugins::Base::ClassMethods
- Defined in:
- lib/pathway.rb
Instance Attribute Summary collapse
-
#result_key ⇒ Object
Returns the value of attribute result_key.
Instance Method Summary collapse
Instance Attribute Details
#result_key ⇒ Object
Returns the value of attribute result_key.
112 113 114 |
# File 'lib/pathway.rb', line 112 def result_key @result_key end |
Instance Method Details
#inherited(subclass) ⇒ Object
128 129 130 131 |
# File 'lib/pathway.rb', line 128 def inherited(subclass) super subclass.result_key = result_key end |