Class: Overlap::Analysis
- Inherits:
-
Object
- Object
- Overlap::Analysis
- Defined in:
- lib/overlap/analysis.rb
Instance Attribute Summary collapse
-
#intersection_quantity ⇒ Object
readonly
Returns the value of attribute intersection_quantity.
-
#intersections ⇒ Object
readonly
Returns the value of attribute intersections.
-
#quantities ⇒ Object
readonly
Returns the value of attribute quantities.
-
#quantities_with_intersections ⇒ Object
readonly
Returns the value of attribute quantities_with_intersections.
-
#quantity ⇒ Object
readonly
Returns the value of attribute quantity.
-
#quantity_with_intersections ⇒ Object
readonly
Returns the value of attribute quantity_with_intersections.
-
#segments ⇒ Object
readonly
Returns the value of attribute segments.
-
#unions ⇒ Object
readonly
Returns the value of attribute unions.
Instance Method Summary collapse
-
#initialize(input_data, options = {}) ⇒ Analysis
constructor
A new instance of Analysis.
Constructor Details
#initialize(input_data, options = {}) ⇒ Analysis
7 8 9 10 11 |
# File 'lib/overlap/analysis.rb', line 7 def initialize(input_data, ={}) @input_data = input_data = build! end |
Instance Attribute Details
#intersection_quantity ⇒ Object (readonly)
Returns the value of attribute intersection_quantity.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def intersection_quantity @intersection_quantity end |
#intersections ⇒ Object (readonly)
Returns the value of attribute intersections.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def intersections @intersections end |
#quantities ⇒ Object (readonly)
Returns the value of attribute quantities.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def quantities @quantities end |
#quantities_with_intersections ⇒ Object (readonly)
Returns the value of attribute quantities_with_intersections.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def quantities_with_intersections @quantities_with_intersections end |
#quantity ⇒ Object (readonly)
Returns the value of attribute quantity.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def quantity @quantity end |
#quantity_with_intersections ⇒ Object (readonly)
Returns the value of attribute quantity_with_intersections.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def quantity_with_intersections @quantity_with_intersections end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def segments @segments end |
#unions ⇒ Object (readonly)
Returns the value of attribute unions.
4 5 6 |
# File 'lib/overlap/analysis.rb', line 4 def unions @unions end |