Class: Webhookdb::Replicator::Base::CredentialVerificationResult

Inherits:
TypedStruct
  • Object
show all
Defined in:
lib/webhookdb/replicator/base.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from TypedStruct

#[], #_apply, #_defaults, #as_json, #change, #initialize

Constructor Details

This class inherits a constructor from Webhookdb::TypedStruct

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



935
936
937
# File 'lib/webhookdb/replicator/base.rb', line 935

def message
  @message
end

#verifiedObject (readonly)

Returns the value of attribute verified.



935
936
937
# File 'lib/webhookdb/replicator/base.rb', line 935

def verified
  @verified
end