Class: HighLevel::Models::SocialMediaPosting::PostUserSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/post_user_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/social_media_posting/post_user_schema.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/social_media_posting/post_user_schema.rb', line 9

def first_name
  @first_name
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/social_media_posting/post_user_schema.rb', line 9

def id
  @id
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/social_media_posting/post_user_schema.rb', line 9

def last_name
  @last_name
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



9
10
11
# File 'lib/high_level/models/social_media_posting/post_user_schema.rb', line 9

def phone
  @phone
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/social_media_posting/post_user_schema.rb', line 9

def profile_photo
  @profile_photo
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/social_media_posting/post_user_schema.rb', line 9

def title
  @title
end