Class: LoiParser::Configuration
- Inherits:
-
Object
- Object
- LoiParser::Configuration
- Defined in:
- lib/loi_parser/configuration.rb
Overview
LoiParser gem configuration class
Instance Attribute Summary collapse
-
#read_length ⇒ Object
file.read length to be used to read the LOI file.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
11 12 13 |
# File 'lib/loi_parser/configuration.rb', line 11 def initialize @read_length = 5000 end |
Instance Attribute Details
#read_length ⇒ Object
file.read length to be used to read the LOI file
9 10 11 |
# File 'lib/loi_parser/configuration.rb', line 9 def read_length @read_length end |