Class: Pray::CompromisedKeyEntry
- Inherits:
-
Struct
- Object
- Struct
- Pray::CompromisedKeyEntry
- Defined in:
- lib/pray/trust.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#reported_at ⇒ Object
Returns the value of attribute reported_at.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
25 26 27 |
# File 'lib/pray/trust.rb', line 25 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason
25 26 27 |
# File 'lib/pray/trust.rb', line 25 def reason @reason end |
#reference ⇒ Object
Returns the value of attribute reference
25 26 27 |
# File 'lib/pray/trust.rb', line 25 def reference @reference end |
#reported_at ⇒ Object
Returns the value of attribute reported_at
25 26 27 |
# File 'lib/pray/trust.rb', line 25 def reported_at @reported_at end |