Class: RubyXL::BorderEdge
- Inherits:
-
OOXMLObject
- Object
- OOXMLObject
- RubyXL::BorderEdge
- Defined in:
- lib/rubyXL/objects/border.rb
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
9 10 11 |
# File 'lib/rubyXL/objects/border.rb', line 9 def ==(other) style == other.style end |