Module: Fdc::FileLoader
- Included in:
- Converter
- Defined in:
- lib/fdc/utilities.rb
Overview
Common file loading operations
Instance Attribute Summary collapse
-
#encoding ⇒ Object
readonly
Loaded file encoding.
-
#file ⇒ Object
readonly
Loaded file content.
-
#path ⇒ Object
readonly
Loaded file path.
Instance Attribute Details
#encoding ⇒ Object (readonly)
Loaded file encoding
45 46 47 |
# File 'lib/fdc/utilities.rb', line 45 def encoding @encoding end |
#file ⇒ Object (readonly)
Loaded file content
39 40 41 |
# File 'lib/fdc/utilities.rb', line 39 def file @file end |
#path ⇒ Object (readonly)
Loaded file path
42 43 44 |
# File 'lib/fdc/utilities.rb', line 42 def path @path end |