Module: Atmospheric::Export::Iso25331985
- Defined in:
- lib/atmospheric/export/iso_25331985.rb,
lib/atmospheric/export/iso_25331985/pressure_attrs.rb,
lib/atmospheric/export/iso_25331985/table_five_six_attrs.rb
Defined Under Namespace
Classes: PressureAttrs, TableFiveSix, TableFiveSixAttrs, TableFour, TableOne, TableThree, TableTwo
Class Method Summary
collapse
Class Method Details
.table_1 ⇒ Object
91
92
93
|
# File 'lib/atmospheric/export/iso_25331985.rb', line 91
def table_1
TableOne.new.set_attrs
end
|
.table_2 ⇒ Object
95
96
97
|
# File 'lib/atmospheric/export/iso_25331985.rb', line 95
def table_2
TableTwo.new.set_attrs
end
|
.table_3 ⇒ Object
99
100
101
|
# File 'lib/atmospheric/export/iso_25331985.rb', line 99
def table_3
TableThree.new.set_attrs
end
|
.table_4 ⇒ Object
103
104
105
|
# File 'lib/atmospheric/export/iso_25331985.rb', line 103
def table_4
TableFour.new.set_attrs
end
|
.table_56 ⇒ Object
107
108
109
|
# File 'lib/atmospheric/export/iso_25331985.rb', line 107
def table_56
TableFiveSix.new.set_attrs
end
|