lib/rubyXL/objects/root.rb in rubyXL-3.2.2 vs lib/rubyXL/objects/root.rb in rubyXL-3.2.3
- old
+ new
@@ -7,12 +7,10 @@
module RubyXL
class WorkbookRoot
@@debug = nil
- attr_accessor :filepath
- attr_accessor :thumbnail, :core_properties, :document_properties, :custom_properties, :workbook
- attr_accessor :content_types, :rels_hash
+ attr_accessor :filepath, :content_types, :rels_hash
include RubyXL::RelationshipSupport
define_relationship(RubyXL::ThumbnailFile, :thumbnail)
define_relationship(RubyXL::CorePropertiesFile, :core_properties)