Method: NoBrainer::Document::DynamicAttributes#read_attribute

Defined in:
lib/no_brainer/document/dynamic_attributes.rb

#read_attribute(name) ⇒ Object



4
5
6
# File 'lib/no_brainer/document/dynamic_attributes.rb', line 4

def read_attribute(name)
  self.respond_to?("#{name}") ? super : _read_attribute(name)
end