Method: RubyXL::OOXMLObjectClassMethods#define_relationship

Defined in:
lib/rubyXL/objects/ooxml_object.rb

#define_relationship(extra_params = {}) ⇒ Object

Defines a ‘r:id` attribute

[View source]

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