Class: Fitting::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/fitting/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_pathObject

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_pathObject

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

#prefixObject

Returns the value of attribute prefix.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def prefix
  @prefix
end

#strictObject

Returns the value of attribute strict.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def strict
  @strict
end

#white_listObject

Returns the value of attribute white_list.



3
4
5
# File 'lib/fitting/configuration.rb', line 3

def white_list
  @white_list
end