Class: CodengageViewComponents::EmptyStateActionComponent

Inherits:
ApplicationComponent
  • Object
show all
Defined in:
app/components/codengage_view_components/empty_state_action_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(value:, href:, options: {}) ⇒ EmptyStateActionComponent

Returns a new instance of EmptyStateActionComponent.



5
6
7
8
9
# File 'app/components/codengage_view_components/empty_state_action_component.rb', line 5

def initialize(value:, href:, options: {})
  @value = value
  @href = href
  @options = options
end