Method: Pakyow::Presenter::View#attributes=

Defined in:
lib/pakyow/presenter/view.rb

#attributes=(attributes) ⇒ Object Also known as: attrs=

Wraps attributes in a Attributes instance.



405
406
407
# File 'lib/pakyow/presenter/view.rb', line 405

def attributes=(attributes)
  @attributes = Attributes.new(attributes)
end