Module: Atmospheric::Export::Iso25331997
- Defined in:
- lib/atmospheric/export/iso_25331997.rb
Defined Under Namespace
Modules: GroupBaseFeet, GroupBaseMeters
Classes: GroupFive, GroupFour, GroupOne, GroupSix, GroupThree, GroupTwo
Class Method Summary
collapse
Class Method Details
.table_1 ⇒ Object
60
61
62
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 60
def table_1
GroupOne.new.set_attrs
end
|
.table_2 ⇒ Object
64
65
66
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 64
def table_2
GroupTwo.new.set_attrs
end
|
.table_3 ⇒ Object
68
69
70
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 68
def table_3
GroupThree.new.set_attrs
end
|
.table_4 ⇒ Object
72
73
74
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 72
def table_4
GroupFour.new.set_attrs
end
|
.table_5 ⇒ Object
76
77
78
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 76
def table_5
GroupFive.new.set_attrs
end
|
.table_6 ⇒ Object
80
81
82
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 80
def table_6
GroupSix.new.set_attrs
end
|