Class: RubyXL::BorderEdge
- Inherits:
-
OOXMLObject
- Object
- OOXMLObject
- RubyXL::BorderEdge
- Defined in:
- lib/rubyXL/objects/border.rb
Instance Method Summary collapse
Methods included from OOXMLObjectClassMethods
#define_attribute, #define_child_node, #define_element_name, #obtain_class_variable, #parse, #set_countable
Methods included from OOXMLObjectInstanceMethods
#before_write_xml, #dup, #index_in_collection, #initialize, #write_xml
Instance Method Details
#==(other) ⇒ Object
10 11 12 |
# File 'lib/rubyXL/objects/border.rb', line 10 def ==(other) style == other.style end |