Class: Llv::Tui::GroupBodyMessage
- Inherits:
-
Bubbletea::Message
- Object
- Bubbletea::Message
- Llv::Tui::GroupBodyMessage
- Defined in:
- lib/llv/tui.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
readonly
Returns the value of attribute group.
Instance Method Summary collapse
-
#initialize(group:) ⇒ GroupBodyMessage
constructor
A new instance of GroupBodyMessage.
Constructor Details
#initialize(group:) ⇒ GroupBodyMessage
Returns a new instance of GroupBodyMessage.
22 23 24 25 |
# File 'lib/llv/tui.rb', line 22 def initialize(group:) super() @group = group end |
Instance Attribute Details
#group ⇒ Object (readonly)
Returns the value of attribute group.
20 21 22 |
# File 'lib/llv/tui.rb', line 20 def group @group end |