Module: Atmospheris::Export::Iso25331975
- Defined in:
- lib/atmospheris/export/iso_25331975.rb,
lib/atmospheris/export/iso_25331975/group_one.rb,
lib/atmospheris/export/iso_25331975/group_two.rb,
lib/atmospheris/export/iso_25331975/group_three.rb,
lib/atmospheris/export/iso_25331975/group_one_attrs.rb,
lib/atmospheris/export/iso_25331975/group_two_attrs.rb,
lib/atmospheris/export/iso_25331975/group_three_attrs.rb
Defined Under Namespace
Classes: GroupOne, GroupOneAttrs, GroupThree, GroupThreeAttrs, GroupTwo, GroupTwoAttrs
Class Method Summary
collapse
Class Method Details
.table_5 ⇒ Object
14
15
16
|
# File 'lib/atmospheris/export/iso_25331975.rb', line 14
def table_5
GroupOne.new.set_attrs
end
|
.table_6 ⇒ Object
18
19
20
|
# File 'lib/atmospheris/export/iso_25331975.rb', line 18
def table_6
GroupTwo.new.set_attrs
end
|
.table_7 ⇒ Object
22
23
24
|
# File 'lib/atmospheris/export/iso_25331975.rb', line 22
def table_7
GroupThree.new.set_attrs
end
|