Method: Class#read_inheritable_attribute

Defined in:
lib/handshake/inheritable_attributes.rb

#read_inheritable_attribute(key) ⇒ Object



116
117
118
# File 'lib/handshake/inheritable_attributes.rb', line 116

def read_inheritable_attribute(key)
  inheritable_attributes[key]
end