Method: Satis::Info::Component#initialize

Defined in:
app/components/satis/info/component.rb

#initialize(group: :main, **options) ⇒ Component

Returns a new instance of Component.



15
16
17
18
19
# File 'app/components/satis/info/component.rb', line 15

def initialize(group: :main, **options)
  super
  @group = group
  @options = options
end