Class: Fitting::Configuration
- Inherits:
-
Object
- Object
- Fitting::Configuration
- Defined in:
- lib/fitting/configuration.rb
Instance Attribute Summary collapse
-
#skip_not_documented ⇒ Object
Returns the value of attribute skip_not_documented.
-
#tomogram ⇒ Object
Returns the value of attribute tomogram.
-
#validation_requests ⇒ Object
Returns the value of attribute validation_requests.
-
#validation_response ⇒ Object
Returns the value of attribute validation_response.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 11 12 |
# File 'lib/fitting/configuration.rb', line 8 def initialize @skip_not_documented = true @validation_requests = true @validation_response = true end |
Instance Attribute Details
#skip_not_documented ⇒ Object
Returns the value of attribute skip_not_documented.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def skip_not_documented @skip_not_documented end |
#tomogram ⇒ Object
Returns the value of attribute tomogram.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def tomogram @tomogram end |
#validation_requests ⇒ Object
Returns the value of attribute validation_requests.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def validation_requests @validation_requests end |
#validation_response ⇒ Object
Returns the value of attribute validation_response.
3 4 5 |
# File 'lib/fitting/configuration.rb', line 3 def validation_response @validation_response end |