Method: Antaeus::Resources::Appointment#user

Defined in:
lib/antaeus-sdk/resources/appointment.rb

#userObject

User related to an appointment



151
152
153
# File 'lib/antaeus-sdk/resources/appointment.rb', line 151

def user
  User.get(contact, client: @client)
end