Class: RubyLsp::Listeners::SpecStyle::Group
- Inherits:
-
Object
- Object
- RubyLsp::Listeners::SpecStyle::Group
- Defined in:
- lib/ruby_lsp/listeners/spec_style.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(id) ⇒ Group
constructor
: (String) -> void.
Constructor Details
#initialize(id) ⇒ Group
: (String) -> void
12 13 14 |
# File 'lib/ruby_lsp/listeners/spec_style.rb', line 12 def initialize(id) @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
: String
9 10 11 |
# File 'lib/ruby_lsp/listeners/spec_style.rb', line 9 def id @id end |