Class: Enconvert::V2::WebhookSecret
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::WebhookSecret
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#replay_tolerance_seconds ⇒ Object
Returns the value of attribute replay_tolerance_seconds.
-
#rotated ⇒ Object
Returns the value of attribute rotated.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#signature_header ⇒ Object
Returns the value of attribute signature_header.
-
#signature_scheme ⇒ Object
Returns the value of attribute signature_scheme.
-
#timestamp_header ⇒ Object
Returns the value of attribute timestamp_header.
Instance Attribute Details
#replay_tolerance_seconds ⇒ Object
Returns the value of attribute replay_tolerance_seconds
100 101 102 |
# File 'lib/enconvert/v2_results.rb', line 100 def replay_tolerance_seconds @replay_tolerance_seconds end |
#rotated ⇒ Object
Returns the value of attribute rotated
100 101 102 |
# File 'lib/enconvert/v2_results.rb', line 100 def rotated @rotated end |
#secret ⇒ Object
Returns the value of attribute secret
100 101 102 |
# File 'lib/enconvert/v2_results.rb', line 100 def secret @secret end |
#signature_header ⇒ Object
Returns the value of attribute signature_header
100 101 102 |
# File 'lib/enconvert/v2_results.rb', line 100 def signature_header @signature_header end |
#signature_scheme ⇒ Object
Returns the value of attribute signature_scheme
100 101 102 |
# File 'lib/enconvert/v2_results.rb', line 100 def signature_scheme @signature_scheme end |
#timestamp_header ⇒ Object
Returns the value of attribute timestamp_header
100 101 102 |
# File 'lib/enconvert/v2_results.rb', line 100 def @timestamp_header end |