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.
13 14 15 |
# File 'lib/unionpei/cert_util.rb', line 13 def cert @cert end |
#certId ⇒ Object
Returns the value of attribute certId.
13 14 15 |
# File 'lib/unionpei/cert_util.rb', line 13 def certId @certId end |
#key ⇒ Object
Returns the value of attribute key.
13 14 15 |
# File 'lib/unionpei/cert_util.rb', line 13 def key @key end |