GeoCerts/geocerts

View on GitHub
lib/geo_certs/email.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GeoCerts
  
  ##
  # Wraps the information received for an email address from GeoCerts.
  # 
  Email = Struct.new(:address)
  
end