lib/xmlss/element/row.rb in xmlss-0.4.1 vs lib/xmlss/element/row.rb in xmlss-1.0.0.rc.1
- old
+ new
@@ -1,8 +1,10 @@
module Xmlss; end
module Xmlss::Element
class Row
+ def self.writer; :row; end
+
attr_accessor :style_id, :height, :auto_fit_height, :hidden
alias_method :style_i_d, :style_id
def initialize(attrs={})
self.style_id = attrs[:style_id]