Class: GeoCerts::Email
- Inherits:
-
Struct
- Object
- Struct
- GeoCerts::Email
- Defined in:
- lib/geo_certs/email.rb
Overview
Wraps the information received for an email address from GeoCerts.
Instance Attribute Summary (collapse)
-
- (Object) address
Returns the value of attribute address.
Instance Attribute Details
- (Object) address
Returns the value of attribute address
6 7 8 |
# File 'lib/geo_certs/email.rb', line 6 def address @address end |