Method: Dnsimple::Struct::Contact#first_name

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

#first_nameString

Returns The contact first name.

Returns:

  • (String)

    The contact first name.



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

def first_name
  @first_name
end