Class: Roo::Excelx::Relationships
- Defined in:
- lib/roo/excelx/relationships.rb
Instance Method Summary collapse
Methods inherited from Extractor
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_a ⇒ Object
10 11 12 |
# File 'lib/roo/excelx/relationships.rb', line 10 def to_a @relationships ||= extract_relationships end |