Class: PfrpgImport::LevelBase
- Inherits:
-
Object
- Object
- PfrpgImport::LevelBase
- Includes:
- CaseHelpers
- Defined in:
- lib/pfrpg_import/level_base.rb
Instance Method Summary collapse
-
#initialize(csv) ⇒ LevelBase
constructor
A new instance of LevelBase.
Methods included from CaseHelpers
#arrayify, #camelized_title, #underscored_title
Constructor Details
#initialize(csv) ⇒ LevelBase
Returns a new instance of LevelBase.
4 5 6 |
# File 'lib/pfrpg_import/level_base.rb', line 4 def initialize(csv) @csv = csv end |