Class: UnionPei::Cert
- Inherits:
-
Object
- Object
- UnionPei::Cert
- Defined in:
- lib/unionpei/cert_util.rb
Instance Attribute Summary collapse
-
#cert ⇒ Object
Returns the value of attribute cert.
-
#certId ⇒ Object
Returns the value of attribute certId.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#cert ⇒ Object
Returns the value of attribute cert.
12 13 14 |
# File 'lib/unionpei/cert_util.rb', line 12 def cert @cert end |
#certId ⇒ Object
Returns the value of attribute certId.
12 13 14 |
# File 'lib/unionpei/cert_util.rb', line 12 def certId @certId end |
#key ⇒ Object
Returns the value of attribute key.
12 13 14 |
# File 'lib/unionpei/cert_util.rb', line 12 def key @key end |