Class: Blockchain0xX402::Server::VerifyFailure
- Inherits:
-
Struct
- Object
- Struct
- Blockchain0xX402::Server::VerifyFailure
- Defined in:
- lib/blockchain0x_x402/server.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
128 129 130 |
# File 'lib/blockchain0x_x402/server.rb', line 128 def @message end |
#reason ⇒ Object
Returns the value of attribute reason
128 129 130 |
# File 'lib/blockchain0x_x402/server.rb', line 128 def reason @reason end |
Instance Method Details
#ok? ⇒ Boolean
129 |
# File 'lib/blockchain0x_x402/server.rb', line 129 def ok?; false; end |