Class: Pray::CompromisedKeyEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/pray/trust.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



25
26
27
# File 'lib/pray/trust.rb', line 25

def key
  @key
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



25
26
27
# File 'lib/pray/trust.rb', line 25

def reason
  @reason
end

#referenceObject

Returns the value of attribute reference

Returns:

  • (Object)

    the current value of reference



25
26
27
# File 'lib/pray/trust.rb', line 25

def reference
  @reference
end

#reported_atObject

Returns the value of attribute reported_at

Returns:

  • (Object)

    the current value of reported_at



25
26
27
# File 'lib/pray/trust.rb', line 25

def reported_at
  @reported_at
end