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



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

def [](index)
  to_a[index]
end

#to_aObject



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

def to_a
  @relationships ||= extract_relationships
end