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