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
53
54
55
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 53
def table_1
GroupOne.new.to_h
end
|
.table_1_yaml ⇒ Object
77
78
79
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 77
def table_1_yaml
GroupOne.new.to_yaml
end
|
.table_2 ⇒ Object
57
58
59
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 57
def table_2
GroupTwo.new.to_h
end
|
.table_2_yaml ⇒ Object
81
82
83
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 81
def table_2_yaml
GroupTwo.new.to_yaml
end
|
.table_3 ⇒ Object
61
62
63
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 61
def table_3
GroupThree.new.to_h
end
|
.table_3_yaml ⇒ Object
85
86
87
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 85
def table_3_yaml
GroupThree.new.to_yaml
end
|
.table_4 ⇒ Object
65
66
67
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 65
def table_4
GroupFour.new.to_h
end
|
.table_4_yaml ⇒ Object
89
90
91
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 89
def table_4_yaml
GroupFour.new.to_yaml
end
|
.table_5 ⇒ Object
69
70
71
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 69
def table_5
GroupFive.new.to_h
end
|
.table_5_yaml ⇒ Object
93
94
95
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 93
def table_5_yaml
GroupFive.new.to_yaml
end
|
.table_6 ⇒ Object
73
74
75
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 73
def table_6
GroupSix.new.to_h
end
|
.table_6_yaml ⇒ Object
97
98
99
|
# File 'lib/atmospheric/export/iso_25331997.rb', line 97
def table_6_yaml
GroupSix.new.to_yaml
end
|