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 Method Summary collapse
Instance Attribute Details
#counts ⇒ Object (readonly)
Returns the value of attribute counts
7 8 9 |
# File 'lib/rubylens/generator.rb', line 7 def counts @counts end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
7 8 9 |
# File 'lib/rubylens/generator.rb', line 7 def output_path @output_path end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
7 8 9 |
# File 'lib/rubylens/generator.rb', line 7 def warnings @warnings end |
Instance Method Details
#to_payload ⇒ Object
8 |
# File 'lib/rubylens/generator.rb', line 8 def to_payload = { output: output_path, counts: counts, warnings: warnings } |