Class: Llv::Tui::GroupChangeMessage

Inherits:
Bubbletea::Message
  • Object
show all
Defined in:
lib/llv/tui.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event_type:, summary:) ⇒ GroupChangeMessage

Returns a new instance of GroupChangeMessage.



12
13
14
15
16
# File 'lib/llv/tui.rb', line 12

def initialize(event_type:, summary:)
  super()
  @event_type = event_type
  @summary = summary
end

Instance Attribute Details

#event_typeObject (readonly)

Returns the value of attribute event_type.



10
11
12
# File 'lib/llv/tui.rb', line 10

def event_type
  @event_type
end

#summaryObject (readonly)

Returns the value of attribute summary.



10
11
12
# File 'lib/llv/tui.rb', line 10

def summary
  @summary
end