Class: Webhookdb::Replicator::Base::CredentialVerificationResult
- Inherits:
-
TypedStruct
- Object
- TypedStruct
- Webhookdb::Replicator::Base::CredentialVerificationResult
- Defined in:
- lib/webhookdb/replicator/base.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#verified ⇒ Object
readonly
Returns the value of attribute verified.
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
#message ⇒ Object (readonly)
Returns the value of attribute message.
936 937 938 |
# File 'lib/webhookdb/replicator/base.rb', line 936 def @message end |
#verified ⇒ Object (readonly)
Returns the value of attribute verified.
936 937 938 |
# File 'lib/webhookdb/replicator/base.rb', line 936 def verified @verified end |