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_1Object



91
92
93
# File 'lib/atmospheric/export/iso_25331985.rb', line 91

def table_1
  TableOne.new.set_attrs
end

.table_2Object



95
96
97
# File 'lib/atmospheric/export/iso_25331985.rb', line 95

def table_2
  TableTwo.new.set_attrs
end

.table_3Object



99
100
101
# File 'lib/atmospheric/export/iso_25331985.rb', line 99

def table_3
  TableThree.new.set_attrs
end

.table_4Object



103
104
105
# File 'lib/atmospheric/export/iso_25331985.rb', line 103

def table_4
  TableFour.new.set_attrs
end

.table_56Object



107
108
109
# File 'lib/atmospheric/export/iso_25331985.rb', line 107

def table_56
  TableFiveSix.new.set_attrs
end