Method: Dnsimple::Struct::DomainTransfer#auto_renew

Defined in:
lib/dnsimple/struct/domain_transfer.rb

#auto_renewBool

Returns True if the domain auto-renew was requested.

Returns:

  • (Bool)

    True if the domain auto-renew was requested.



20
21
22
# File 'lib/dnsimple/struct/domain_transfer.rb', line 20

def auto_renew
  @auto_renew
end