Method: RubyXL::OOXMLObjectClassMethods#define_relationship
- Defined in:
- lib/rubyXL/objects/ooxml_object.rb
permalink #define_relationship(extra_params = {}) ⇒ Object
Defines a ‘r:id` attribute
58 59 60 |
# File 'lib/rubyXL/objects/ooxml_object.rb', line 58 def define_relationship(extra_params = {}) define_attribute(:'r:id', :string, extra_params) end |