Class: TextRecord::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



17
18
19
# File 'lib/text_record/configuration.rb', line 17

def initialize
  self.attribute_file = "attributes.yml"
end

Instance Attribute Details

#attribute_fileObject

Returns the value of attribute attribute_file.



15
16
17
# File 'lib/text_record/configuration.rb', line 15

def attribute_file
  @attribute_file
end

#content_pathObject

Returns the value of attribute content_path.



14
15
16
# File 'lib/text_record/configuration.rb', line 14

def content_path
  @content_path
end