Class: Protos::Stats::Stat

Inherits:
Component
  • Object
show all
Defined in:
lib/protos/stats/stat.rb

Instance Method Summary collapse

Methods inherited from Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#view_templateObject

DOCS: A single stat container



8
9
10
# File 'lib/protos/stats/stat.rb', line 8

def view_template(&)
  div(**attrs, &)
end