Method: Render::Attribute#initialize
- Defined in:
- lib/render/attributes/attribute.rb
#initialize(options = {}) ⇒ Attribute
Returns a new instance of Attribute.
22 23 24 |
# File 'lib/render/attributes/attribute.rb', line 22 def initialize( = {}) Render.logger.debug("Initializing attribute #{options}") end |