Class: Dnsimple::Struct::TransferLock
- Defined in:
- lib/dnsimple/struct/transfer_lock.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True if Transfer Lock is enabled on the domain, otherwise false.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#enabled ⇒ Boolean
Returns True if Transfer Lock is enabled on the domain, otherwise false.
8 9 10 |
# File 'lib/dnsimple/struct/transfer_lock.rb', line 8 def enabled @enabled end |