Module: Atmospheric::Export::Iso25331975

Defined in:
lib/atmospheric/export/iso_25331975.rb,
lib/atmospheric/export/iso_25331975/group_one.rb,
lib/atmospheric/export/iso_25331975/group_two.rb,
lib/atmospheric/export/iso_25331975/group_base.rb,
lib/atmospheric/export/iso_25331975/group_three.rb

Defined Under Namespace

Classes: GroupBase, GroupOne, GroupThree, GroupTwo

Class Method Summary collapse

Class Method Details

.table_5Object



5
6
7
# File 'lib/atmospheric/export/iso_25331975.rb', line 5

def table_5
  GroupOne.new.to_h
end

.table_5_yamlObject



17
18
19
# File 'lib/atmospheric/export/iso_25331975.rb', line 17

def table_5_yaml
  GroupOne.new.to_yaml
end

.table_6Object



9
10
11
# File 'lib/atmospheric/export/iso_25331975.rb', line 9

def table_6
  GroupTwo.new.to_h
end

.table_6_yamlObject



21
22
23
# File 'lib/atmospheric/export/iso_25331975.rb', line 21

def table_6_yaml
  GroupTwo.new.to_yaml
end

.table_7Object



13
14
15
# File 'lib/atmospheric/export/iso_25331975.rb', line 13

def table_7
  GroupThree.new.to_h
end

.table_7_yamlObject



25
26
27
# File 'lib/atmospheric/export/iso_25331975.rb', line 25

def table_7_yaml
  GroupThree.new.to_yaml
end