Class: OmniEvent::SignatureVerifier::Result
- Inherits:
-
Struct
- Object
- Struct
- OmniEvent::SignatureVerifier::Result
- Defined in:
- lib/omni_event/signature_verifier.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
25 26 27 |
# File 'lib/omni_event/signature_verifier.rb', line 25 def error @error end |
#success? ⇒ Object
Returns the value of attribute success?
25 26 27 |
# File 'lib/omni_event/signature_verifier.rb', line 25
def success?
@success?
end
|