Class: RImageAnalysisTools::Method
- Inherits:
-
Object
- Object
- RImageAnalysisTools::Method
- Defined in:
- lib/rimageanalysistools/method/method.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#input_images ⇒ Object
Returns the value of attribute input_images.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#output_images ⇒ Object
Returns the value of attribute output_images.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#quantification ⇒ Object
Returns the value of attribute quantification.
Instance Attribute Details
#input_images ⇒ Object
Returns the value of attribute input_images.
32 33 34 |
# File 'lib/rimageanalysistools/method/method.rb', line 32 def input_images @input_images end |
#metadata ⇒ Object
Returns the value of attribute metadata.
32 33 34 |
# File 'lib/rimageanalysistools/method/method.rb', line 32 def @metadata end |
#output_images ⇒ Object
Returns the value of attribute output_images.
32 33 34 |
# File 'lib/rimageanalysistools/method/method.rb', line 32 def output_images @output_images end |
#parameters ⇒ Object
Returns the value of attribute parameters.
32 33 34 |
# File 'lib/rimageanalysistools/method/method.rb', line 32 def parameters @parameters end |
#quantification ⇒ Object
Returns the value of attribute quantification.
32 33 34 |
# File 'lib/rimageanalysistools/method/method.rb', line 32 def quantification @quantification end |