Class: SynergyWholesale::EnableAutoRenewal::Response

Inherits:
BaseResponse
  • Object
show all
Defined in:
lib/synergy_wholesale/operations/enable_auto_renewal.rb

Instance Attribute Summary

Attributes inherited from BaseResponse

#command, #response

Instance Method Summary collapse

Methods inherited from BaseResponse

#body, #initialize, #message, #successful?

Constructor Details

This class inherits a constructor from SynergyWholesale::BaseResponse

Instance Method Details

#is_enabled?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/synergy_wholesale/operations/enable_auto_renewal.rb', line 16

def is_enabled?
  true
end