Class: Dnsimple::Struct::Contact

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/contact.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

#account_idInteger



11
12
13
# File 'lib/dnsimple/struct/contact.rb', line 11

def 
  @account_id
end

#address1String



29
30
31
# File 'lib/dnsimple/struct/contact.rb', line 29

def address1
  @address1
end

#address2String



32
33
34
# File 'lib/dnsimple/struct/contact.rb', line 32

def address2
  @address2
end

#cityString



35
36
37
# File 'lib/dnsimple/struct/contact.rb', line 35

def city
  @city
end

#countryString



44
45
46
# File 'lib/dnsimple/struct/contact.rb', line 44

def country
  @country
end

#created_atString



56
57
58
# File 'lib/dnsimple/struct/contact.rb', line 56

def created_at
  @created_at
end

#emailString



53
54
55
# File 'lib/dnsimple/struct/contact.rb', line 53

def email
  @email
end

#faxString



50
51
52
# File 'lib/dnsimple/struct/contact.rb', line 50

def fax
  @fax
end

#first_nameString



17
18
19
# File 'lib/dnsimple/struct/contact.rb', line 17

def first_name
  @first_name
end

#idInteger



8
9
10
# File 'lib/dnsimple/struct/contact.rb', line 8

def id
  @id
end

#job_titleString



23
24
25
# File 'lib/dnsimple/struct/contact.rb', line 23

def job_title
  @job_title
end

#labelString



14
15
16
# File 'lib/dnsimple/struct/contact.rb', line 14

def label
  @label
end

#last_nameString



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

def last_name
  @last_name
end

#organization_nameString



26
27
28
# File 'lib/dnsimple/struct/contact.rb', line 26

def organization_name
  @organization_name
end

#phoneString



47
48
49
# File 'lib/dnsimple/struct/contact.rb', line 47

def phone
  @phone
end

#postal_codeString



41
42
43
# File 'lib/dnsimple/struct/contact.rb', line 41

def postal_code
  @postal_code
end

#state_provinceString



38
39
40
# File 'lib/dnsimple/struct/contact.rb', line 38

def state_province
  @state_province
end

#updated_atString



59
60
61
# File 'lib/dnsimple/struct/contact.rb', line 59

def updated_at
  @updated_at
end