Class: HighLevel::Models::SocialMediaPosting::FormatedApprovalDetails
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::FormatedApprovalDetails
- Defined in:
- lib/high_level/models/social_media_posting/formated_approval_details.rb
Instance Attribute Summary collapse
-
#approval_status ⇒ Object
readonly
Returns the value of attribute approval_status.
-
#approver ⇒ Object
readonly
Returns the value of attribute approver.
-
#approver_note ⇒ Object
readonly
Returns the value of attribute approver_note.
-
#approver_user ⇒ Object
readonly
Returns the value of attribute approver_user.
-
#requester_note ⇒ Object
readonly
Returns the value of attribute requester_note.
Instance Attribute Details
#approval_status ⇒ Object (readonly)
Returns the value of attribute approval_status
9 10 11 |
# File 'lib/high_level/models/social_media_posting/formated_approval_details.rb', line 9 def approval_status @approval_status end |
#approver ⇒ Object (readonly)
Returns the value of attribute approver
9 10 11 |
# File 'lib/high_level/models/social_media_posting/formated_approval_details.rb', line 9 def approver @approver end |
#approver_note ⇒ Object (readonly)
Returns the value of attribute approver_note
9 10 11 |
# File 'lib/high_level/models/social_media_posting/formated_approval_details.rb', line 9 def approver_note @approver_note end |
#approver_user ⇒ Object (readonly)
Returns the value of attribute approver_user
9 10 11 |
# File 'lib/high_level/models/social_media_posting/formated_approval_details.rb', line 9 def approver_user @approver_user end |
#requester_note ⇒ Object (readonly)
Returns the value of attribute requester_note
9 10 11 |
# File 'lib/high_level/models/social_media_posting/formated_approval_details.rb', line 9 def requester_note @requester_note end |