Module: HALPresenter::Collection

Includes:
SuperInit
Included in:
HALPresenter
Defined in:
lib/hal_presenter/collection.rb

Defined Under Namespace

Classes: Properties

Instance Method Summary collapse

Instance Method Details

#collection(of:, &block) ⇒ Object



62
63
64
# File 'lib/hal_presenter/collection.rb', line 62

def collection(of:, &block)
  @__collection_properties = Properties.new(of, self, &block)
end