Module: Excelsieur::Source::ClassMethods
- Defined in:
- lib/excelsieur/source.rb
Instance Attribute Summary collapse
-
#source_file ⇒ Object
Returns the value of attribute source_file.
Instance Method Summary collapse
Instance Attribute Details
#source_file ⇒ Object
Returns the value of attribute source_file.
10 11 12 |
# File 'lib/excelsieur/source.rb', line 10 def source_file @source_file end |
Instance Method Details
#source(file) ⇒ Object
12 13 14 |
# File 'lib/excelsieur/source.rb', line 12 def source(file) self.source_file = file end |