Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 442 Bytes

NewInviteEmail.md

File metadata and controls

19 lines (12 loc) · 442 Bytes

TalonOne::NewInviteEmail

Properties

Name Type Description Notes
email String Email address of the user.
token String Invitation token of the user.

Code Sample

require 'TalonOne'

instance = TalonOne::NewInviteEmail.new(email: john.doe@example.com,
                                 token: Gy9b8w1irmQtEPo5RmbMmSPheL5h4)