Method: N4j::Attributes#attribute

Defined in:
lib/n4j/attributes.rb

#attribute(key) ⇒ Object



22
23
24
# File 'lib/n4j/attributes.rb', line 22

def attribute(key)
  instance_variable_get("@#{key}")
end