Class: SimpleCombineXls::Xls
- Inherits:
-
Object
- Object
- SimpleCombineXls::Xls
- Defined in:
- lib/simple_combine_xls/xls.rb
Instance Attribute Summary collapse
-
#combine ⇒ Object
readonly
Returns the value of attribute combine.
Instance Method Summary collapse
- #export ⇒ Object
-
#initialize(combine) ⇒ Xls
constructor
A new instance of Xls.
Constructor Details
#initialize(combine) ⇒ Xls
Returns a new instance of Xls.
6 7 8 |
# File 'lib/simple_combine_xls/xls.rb', line 6 def initialize(combine) @combine = combine end |
Instance Attribute Details
#combine ⇒ Object (readonly)
Returns the value of attribute combine.
5 6 7 |
# File 'lib/simple_combine_xls/xls.rb', line 5 def combine @combine end |
Instance Method Details
#export ⇒ Object
10 11 12 |
# File 'lib/simple_combine_xls/xls.rb', line 10 def export combine_go end |