Class: Blockchain0xX402::Wire::X402Response
- Inherits:
-
Struct
- Object
- Struct
- Blockchain0xX402::Wire::X402Response
- Defined in:
- lib/blockchain0x_x402/wire.rb
Instance Attribute Summary collapse
-
#accepts ⇒ Object
Returns the value of attribute accepts.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#accepts ⇒ Object
Returns the value of attribute accepts
67 68 69 |
# File 'lib/blockchain0x_x402/wire.rb', line 67 def accepts @accepts end |
#resource ⇒ Object
Returns the value of attribute resource
67 68 69 |
# File 'lib/blockchain0x_x402/wire.rb', line 67 def resource @resource end |
#version ⇒ Object
Returns the value of attribute version
67 68 69 |
# File 'lib/blockchain0x_x402/wire.rb', line 67 def version @version end |