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



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

def body
  @body
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



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

def code
  @code
end

#retry_afterObject

Returns the value of attribute retry_after

Returns:

  • (Object)

    the current value of retry_after



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

def retry_after
  @retry_after
end