Method: Dnsimple::Struct::Collaborator#accepted_at

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

#accepted_atString, NilClass

Returns When the collaborator has accepted the invitation.

Returns:

  • (String, NilClass)

    When the collaborator has accepted the invitation.



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

def accepted_at
  @accepted_at
end