Class: Rails::Hyperdrive::CompanionDiscovery::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails/hyperdrive/companion_discovery.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



48
49
50
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 48

def body
  @body
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



48
49
50
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 48

def code
  @code
end

#retry_afterObject

Returns the value of attribute retry_after

Returns:

  • (Object)

    the current value of retry_after



48
49
50
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 48

def retry_after
  @retry_after
end