Class: RubyXL::XF
- Inherits:
-
OOXMLObject
- Object
- OOXMLObject
- RubyXL::XF
- Defined in:
- lib/rubyXL/objects/cell_style.rb
Overview
Instance Method Summary collapse
Methods inherited from OOXMLObject
define_attribute, define_child_node, define_element_name, #dup, #initialize, obtain_class_variable, parse, set_countable, #write_xml
Constructor Details
This class inherits a constructor from RubyXL::OOXMLObject
Instance Method Details
#==(other) ⇒ Object
57 58 59 60 61 62 63 |
# File 'lib/rubyXL/objects/cell_style.rb', line 57 def ==(other) (self.num_fmt_id == other.num_fmt_id) && (self.font_id == other.font_id) && (self.fill_id == other.fill_id) && (self.border_id == other.border_id) && (self.xf_id == other.xf_id) end |