module SykGenData

Constants

VERSION

Public Class Methods

cc() click to toggle source
# File lib/SykGenData.rb, line 15
def self.cc
  GenCCData.new
end
form() click to toggle source
# File lib/SykGenData.rb, line 7
def self.form
  GenFormData.new
end
postcode() click to toggle source
# File lib/SykGenData.rb, line 11
def self.postcode
  GenPostcodeData.new
end