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_1Object



53
54
55
# File 'lib/atmospheric/export/iso_25331997.rb', line 53

def table_1
  GroupOne.new.to_h
end

.table_1_yamlObject



77
78
79
# File 'lib/atmospheric/export/iso_25331997.rb', line 77

def table_1_yaml
  GroupOne.new.to_yaml
end

.table_2Object



57
58
59
# File 'lib/atmospheric/export/iso_25331997.rb', line 57

def table_2
  GroupTwo.new.to_h
end

.table_2_yamlObject



81
82
83
# File 'lib/atmospheric/export/iso_25331997.rb', line 81

def table_2_yaml
  GroupTwo.new.to_yaml
end

.table_3Object



61
62
63
# File 'lib/atmospheric/export/iso_25331997.rb', line 61

def table_3
  GroupThree.new.to_h
end

.table_3_yamlObject



85
86
87
# File 'lib/atmospheric/export/iso_25331997.rb', line 85

def table_3_yaml
  GroupThree.new.to_yaml
end

.table_4Object



65
66
67
# File 'lib/atmospheric/export/iso_25331997.rb', line 65

def table_4
  GroupFour.new.to_h
end

.table_4_yamlObject



89
90
91
# File 'lib/atmospheric/export/iso_25331997.rb', line 89

def table_4_yaml
  GroupFour.new.to_yaml
end

.table_5Object



69
70
71
# File 'lib/atmospheric/export/iso_25331997.rb', line 69

def table_5
  GroupFive.new.to_h
end

.table_5_yamlObject



93
94
95
# File 'lib/atmospheric/export/iso_25331997.rb', line 93

def table_5_yaml
  GroupFive.new.to_yaml
end

.table_6Object



73
74
75
# File 'lib/atmospheric/export/iso_25331997.rb', line 73

def table_6
  GroupSix.new.to_h
end

.table_6_yamlObject



97
98
99
# File 'lib/atmospheric/export/iso_25331997.rb', line 97

def table_6_yaml
  GroupSix.new.to_yaml
end