Class: Bugspots::Spot

Inherits:
Struct
  • Object
show all
Defined in:
lib/bugspots/scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/bugspots/scanner.rb', line 5

def file
  @file
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



5
6
7
# File 'lib/bugspots/scanner.rb', line 5

def score
  @score
end