Class: HighLevel::Models::Users::CreateUserDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/users/create_user_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#company_idObject (readonly)

Returns the value of attribute company_id

Returns:

  • (Object)

    the current value of company_id



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def company_id
  @company_id
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def email
  @email
end

#first_nameObject (readonly)

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def first_name
  @first_name
end

#last_nameObject (readonly)

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def last_name
  @last_name
end

#location_idsObject (readonly)

Returns the value of attribute location_ids

Returns:

  • (Object)

    the current value of location_ids



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def location_ids
  @location_ids
end

#passwordObject (readonly)

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def password
  @password
end

#permissionsObject (readonly)

Returns the value of attribute permissions

Returns:

  • (Object)

    the current value of permissions



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def permissions
  @permissions
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def phone
  @phone
end

#platform_languageObject (readonly)

Returns the value of attribute platform_language

Returns:

  • (Object)

    the current value of platform_language



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def platform_language
  @platform_language
end

#profile_photoObject (readonly)

Returns the value of attribute profile_photo

Returns:

  • (Object)

    the current value of profile_photo



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def profile_photo
  @profile_photo
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def role
  @role
end

#scopesObject (readonly)

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def scopes
  @scopes
end

#scopes_assigned_to_onlyObject (readonly)

Returns the value of attribute scopes_assigned_to_only

Returns:

  • (Object)

    the current value of scopes_assigned_to_only



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def scopes_assigned_to_only
  @scopes_assigned_to_only
end

#twilio_phoneObject (readonly)

Returns the value of attribute twilio_phone

Returns:

  • (Object)

    the current value of twilio_phone



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def twilio_phone
  @twilio_phone
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/users/create_user_dto.rb', line 9

def type
  @type
end