diff options
| author | Randy Morgan <[email protected]> | 2012-05-13 14:38:40 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-13 14:38:40 +0900 |
| commit | 837bbc3a347ddf822985794871d243b501cb5dbe (patch) | |
| tree | e983c81e02561e25fb6ccff584ca27c69c53368a /lib/axlsx/drawing/num_data_source.rb | |
| parent | b9adbffcef2ab5c95d38c1dea33ebffcdef47100 (diff) | |
| download | caxlsx-837bbc3a347ddf822985794871d243b501cb5dbe.tar.gz caxlsx-837bbc3a347ddf822985794871d243b501cb5dbe.zip | |
updating docs
Diffstat (limited to 'lib/axlsx/drawing/num_data_source.rb')
| -rw-r--r-- | lib/axlsx/drawing/num_data_source.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/axlsx/drawing/num_data_source.rb b/lib/axlsx/drawing/num_data_source.rb index 60628883..b06fdf91 100644 --- a/lib/axlsx/drawing/num_data_source.rb +++ b/lib/axlsx/drawing/num_data_source.rb @@ -1,4 +1,5 @@ module Axlsx + # A numeric data source for use by charts. class NumDataSource @@ -41,6 +42,8 @@ module Axlsx @tag_name = v end + # serialize the object + # @param [String] str def to_xml_string(str="") str << '<c:' << tag_name.to_s << '>' if @f |
