Class: RubyLens::Index::RSpecExtractor::Result
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::RSpecExtractor::Result
- Defined in:
- lib/rubylens/index/rspec_extractor.rb
Instance Attribute Summary collapse
-
#groups ⇒ Object
readonly
Returns the value of attribute groups.
-
#method_count ⇒ Object
readonly
Returns the value of attribute method_count.
Instance Attribute Details
#groups ⇒ Object (readonly)
Returns the value of attribute groups
15 16 17 |
# File 'lib/rubylens/index/rspec_extractor.rb', line 15 def groups @groups end |
#method_count ⇒ Object (readonly)
Returns the value of attribute method_count
15 16 17 |
# File 'lib/rubylens/index/rspec_extractor.rb', line 15 def method_count @method_count end |