Class: RubyLens::Result
- Inherits:
-
Data
- Object
- Data
- RubyLens::Result
- Defined in:
- lib/rubylens/generator.rb
Instance Attribute Summary collapse
-
#counts ⇒ Object
readonly
Returns the value of attribute counts.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#counts ⇒ Object (readonly)
Returns the value of attribute counts
4 5 6 |
# File 'lib/rubylens/generator.rb', line 4 def counts @counts end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
4 5 6 |
# File 'lib/rubylens/generator.rb', line 4 def output_path @output_path end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
4 5 6 |
# File 'lib/rubylens/generator.rb', line 4 def warnings @warnings end |