Class: SimpleCombineXls::Xls

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_combine_xls/xls.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#combineObject (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

#exportObject



10
11
12
# File 'lib/simple_combine_xls/xls.rb', line 10

def export
  combine_go
end