Class: Bugspots::Spot
- Inherits:
-
Struct
- Object
- Struct
- Bugspots::Spot
- Defined in:
- lib/bugspots/scanner.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
5 6 7 |
# File 'lib/bugspots/scanner.rb', line 5 def file @file end |
#score ⇒ Object
Returns the value of attribute score
5 6 7 |
# File 'lib/bugspots/scanner.rb', line 5 def score @score end |