Class: Roo::Excelx::Relationships

Inherits:
Extractor
  • Object
show all
Defined in:
lib/roo/excelx/relationships.rb

Instance Method Summary collapse

Methods inherited from Extractor

#initialize

Constructor Details

This class inherits a constructor from Roo::Excelx::Extractor

Instance Method Details

#[](index) ⇒ Object



6
7
8
# File 'lib/roo/excelx/relationships.rb', line 6

def [](index)
  to_a[index]
end

#to_aObject



10
11
12
# File 'lib/roo/excelx/relationships.rb', line 10

def to_a
  @relationships ||= extract_relationships
end