module Wardrobe::Plugins::IvyPresenter::InstanceMethods
Public Instance Methods
_ivy_present(**args)
click to toggle source
# File lib/wardrobe/plugins/ivy_presenter.rb, line 13 def _ivy_present(**args) attributes_hash = IvyPresenter.build_attributes_hash(_attribute_store, **args) _present(attributes: attributes_hash) end