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



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

def 
  @account_id
end

#address1String



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

def address1
  @address1
end

#address2String



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

def address2
  @address2
end

#cityString



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

def city
  @city
end

#countryString



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

def country
  @country
end

#created_atString



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

def created_at
  @created_at
end

#emailString



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

def email
  @email
end

#faxString



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

def fax
  @fax
end

#first_nameString



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

def first_name
  @first_name
end

#idInteger



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

def id
  @id
end

#job_titleString



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

def job_title
  @job_title
end

#labelString



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

def label
  @label
end

#last_nameString



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

def last_name
  @last_name
end

#organization_nameString



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

def organization_name
  @organization_name
end

#phoneString



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

def phone
  @phone
end

#postal_codeString



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

def postal_code
  @postal_code
end

#state_provinceString



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

def state_province
  @state_province
end

#updated_atString



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

def updated_at
  @updated_at
end