Class: HighLevel::Models::SocialMediaPosting::PostApprovalSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#approval_statusObject (readonly)

Returns the value of attribute approval_status

Returns:

  • (Object)

    the current value of approval_status



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

def approval_status
  @approval_status
end

#approverObject (readonly)

Returns the value of attribute approver

Returns:

  • (Object)

    the current value of approver



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

def approver
  @approver
end

#approver_noteObject (readonly)

Returns the value of attribute approver_note

Returns:

  • (Object)

    the current value of approver_note



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

def approver_note
  @approver_note
end

#requester_noteObject (readonly)

Returns the value of attribute requester_note

Returns:

  • (Object)

    the current value of requester_note



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

def requester_note
  @requester_note
end