Class: RubyLens::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/rubylens/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countsObject (readonly)

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



4
5
6
# File 'lib/rubylens/generator.rb', line 4

def counts
  @counts
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



4
5
6
# File 'lib/rubylens/generator.rb', line 4

def output_path
  @output_path
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



4
5
6
# File 'lib/rubylens/generator.rb', line 4

def warnings
  @warnings
end