Class: Dnsimple::Struct::DomainTransfer

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/domain_transfer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#auto_renewBool



18
19
20
# File 'lib/dnsimple/struct/domain_transfer.rb', line 18

def auto_renew
  @auto_renew
end

#created_atString



24
25
26
# File 'lib/dnsimple/struct/domain_transfer.rb', line 24

def created_at
  @created_at
end

#domain_idInteger



9
10
11
# File 'lib/dnsimple/struct/domain_transfer.rb', line 9

def domain_id
  @domain_id
end

#idInteger



6
7
8
# File 'lib/dnsimple/struct/domain_transfer.rb', line 6

def id
  @id
end

#registrant_idInteger



12
13
14
# File 'lib/dnsimple/struct/domain_transfer.rb', line 12

def registrant_id
  @registrant_id
end

#stateString



15
16
17
# File 'lib/dnsimple/struct/domain_transfer.rb', line 15

def state
  @state
end

#updated_atString



27
28
29
# File 'lib/dnsimple/struct/domain_transfer.rb', line 27

def updated_at
  @updated_at
end

#whois_privacyBool



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

def whois_privacy
  @whois_privacy
end