Class: Enconvert::V2::WebhookSecret

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#replay_tolerance_secondsObject

Returns the value of attribute replay_tolerance_seconds

Returns:

  • (Object)

    the current value of replay_tolerance_seconds



100
101
102
# File 'lib/enconvert/v2_results.rb', line 100

def replay_tolerance_seconds
  @replay_tolerance_seconds
end

#rotatedObject

Returns the value of attribute rotated

Returns:

  • (Object)

    the current value of rotated



100
101
102
# File 'lib/enconvert/v2_results.rb', line 100

def rotated
  @rotated
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



100
101
102
# File 'lib/enconvert/v2_results.rb', line 100

def secret
  @secret
end

#signature_headerObject

Returns the value of attribute signature_header

Returns:

  • (Object)

    the current value of signature_header



100
101
102
# File 'lib/enconvert/v2_results.rb', line 100

def signature_header
  @signature_header
end

#signature_schemeObject

Returns the value of attribute signature_scheme

Returns:

  • (Object)

    the current value of signature_scheme



100
101
102
# File 'lib/enconvert/v2_results.rb', line 100

def signature_scheme
  @signature_scheme
end

#timestamp_headerObject

Returns the value of attribute timestamp_header

Returns:

  • (Object)

    the current value of timestamp_header



100
101
102
# File 'lib/enconvert/v2_results.rb', line 100

def timestamp_header
  @timestamp_header
end