Class: Odf::Element::BinaryData

Inherits:
Abstract
  • Object
show all
Includes:
AbstractContenteable
Defined in:
lib/odf/element/binary_data.rb

Constant Summary collapse

XML_TAG =
'office:binary-data'.freeze

Instance Attribute Summary

Attributes inherited from Abstract

#parent, #root

Class Method Summary collapse

Methods included from AbstractContenteable

#initialize

Methods inherited from Abstract

#document, #initialize, #valid_options, #xml_tag

Class Method Details

.build(parent, content, options = {}) ⇒ Object



8
9
10
# File 'lib/odf/element/binary_data.rb', line 8

def self.build(parent, content, options = {})
  new(parent, content, options)
end