Class: Rails::Hyperdrive::CompanionDiscovery::Response
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::CompanionDiscovery::Response
- Defined in:
- lib/rails/hyperdrive/companion_discovery.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#retry_after ⇒ Object
Returns the value of attribute retry_after.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
49 50 51 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 49 def body @body end |
#code ⇒ Object
Returns the value of attribute code
49 50 51 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 49 def code @code end |
#retry_after ⇒ Object
Returns the value of attribute retry_after
49 50 51 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 49 def retry_after @retry_after end |