Class: HighLevel::Models::SocialMediaPosting::PostUserSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::PostUserSchema
- Defined in:
- lib/high_level/models/social_media_posting/post_user_schema.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#profile_photo ⇒ Object
readonly
Returns the value of attribute profile_photo.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_user_schema.rb', line 9 def email @email end |
#first_name ⇒ Object (readonly)
Returns the value of attribute 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 |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_user_schema.rb', line 9 def id @id end |
#last_name ⇒ Object (readonly)
Returns the value of attribute 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 |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_user_schema.rb', line 9 def phone @phone end |
#profile_photo ⇒ Object (readonly)
Returns the value of attribute 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 |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_user_schema.rb', line 9 def title @title end |